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