add sql folding (#7270)

This commit is contained in:
Anthony Dresser
2019-09-18 15:02:22 -07:00
committed by Karl Burtram
parent 539f2b2b2e
commit afbe004c4f

View File

@@ -23,7 +23,13 @@
["\"", "\""],
["'", "'"],
["`", "`"]
]
],
"folding": {
"markers": {
"start": "^\\s*--\\s*#region\\s*.*$",
"end": "^\\s*--\\s*#endregion\\s*.*$"
}
}
// enhancedBrackets:[
// { openTrigger: 'n', open: /begin$/i, closeComplete: 'end', matchCase: true },