mirror of
https://github.com/voideditor/void
synced 2026-05-22 17:08:25 +00:00
17 lines
254 B
Text
17 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"
|
||
|
|
}
|
||
|
|
}
|