17 lines
237 B
Plaintext
17 lines
237 B
Plaintext
{
|
|
"Region Start": {
|
|
"prefix": "#region",
|
|
"body": [
|
|
"#region"
|
|
],
|
|
"description": "Folding Region Start"
|
|
},
|
|
"Region End": {
|
|
"prefix": "#endregion",
|
|
"body": [
|
|
"#endregion"
|
|
],
|
|
"description": "Folding Region End"
|
|
}
|
|
}
|