mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 20:26:08 +00:00
Support --#region and --#endregion in SQL (#141257)
This commit is contained in:
@@ -23,7 +23,13 @@
|
||||
["\"", "\""],
|
||||
["'", "'"],
|
||||
["`", "`"]
|
||||
]
|
||||
],
|
||||
"folding": {
|
||||
"markers": {
|
||||
"start": "^\\s*--\\s*#region\\b",
|
||||
"end": "^\\s*--\\s*#endregion\\b"
|
||||
}
|
||||
},
|
||||
|
||||
// enhancedBrackets:[
|
||||
// { openTrigger: 'n', open: /begin$/i, closeComplete: 'end', matchCase: true },
|
||||
@@ -31,4 +37,4 @@
|
||||
// { openTrigger: 'n', open: /when$/i, closeComplete: 'then', matchCase: true }
|
||||
// ],
|
||||
// noindentBrackets: '()',
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user