mirror of
https://github.com/Microsoft/vscode
synced 2024-10-31 10:00:51 +00:00
16 lines
240 B
JSON
16 lines
240 B
JSON
{
|
|
"Region Start": {
|
|
"prefix": "#region",
|
|
"body": [
|
|
"#region $0"
|
|
],
|
|
"description": "Folding Region Start"
|
|
},
|
|
"Region End": {
|
|
"prefix": "#endregion",
|
|
"body": [
|
|
"#endregion"
|
|
],
|
|
"description": "Folding Region End"
|
|
}
|
|
}
|