[folding] fold regions, initial, preconfigured support. For #12146

This commit is contained in:
Martin Aeschlimann
2017-09-22 13:49:41 +02:00
parent a678f60100
commit 9e05d4b635
9 changed files with 341 additions and 135 deletions

View File

@@ -24,5 +24,11 @@
["'", "'"],
["\"", "\""],
["`", "`"]
]
],
"folding": {
"markers": {
"start": "^\\s*//\\s*#region",
"end": "^\\s*//\\s*#endregion"
}
}
}