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