vscode/extensions/bat/snippets/batchfile.snippets.json
2017-11-30 11:43:11 +01:00

17 lines
241 B
JSON

{
"Region Start": {
"prefix": "#region",
"body": [
"::#region"
],
"description": "Folding Region Start"
},
"Region End": {
"prefix": "#endregion",
"body": [
"::#endregion"
],
"description": "Folding Region End"
}
}