mirror of
https://github.com/Microsoft/vscode
synced 2024-11-05 18:29:38 +00:00
16 lines
241 B
JSON
16 lines
241 B
JSON
{
|
|
"Region Start": {
|
|
"prefix": "#region",
|
|
"body": [
|
|
"::#region"
|
|
],
|
|
"description": "Folding Region Start"
|
|
},
|
|
"Region End": {
|
|
"prefix": "#endregion",
|
|
"body": [
|
|
"::#endregion"
|
|
],
|
|
"description": "Folding Region End"
|
|
}
|
|
}
|