vscode/extensions/fsharp/snippets/fsharp.json
2017-09-25 23:25:05 +02:00

17 lines
244 B
JSON

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