mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-20 18:28:58 +00:00
remove grammar extensions
This commit is contained in:
@@ -1,16 +0,0 @@
|
||||
{
|
||||
"Region Start": {
|
||||
"prefix": "#region",
|
||||
"body": [
|
||||
"//#region"
|
||||
],
|
||||
"description": "Folding Region Start"
|
||||
},
|
||||
"Region End": {
|
||||
"prefix": "#endregion",
|
||||
"body": [
|
||||
"//#endregion"
|
||||
],
|
||||
"description": "Folding Region End"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user