[folding] regions for html. Fixes #39409

This commit is contained in:
Martin Aeschlimann
2017-12-01 10:51:05 +01:00
parent a47be8c8c1
commit 4f9f4ebb9f
3 changed files with 32 additions and 2 deletions

View File

@@ -22,5 +22,11 @@
{ "open": "[", "close": "]"},
{ "open": "(", "close": ")" },
{ "open": "<", "close": ">" }
]
],
"folding": {
"markers": {
"start": "^\\s*<--\\s*#region\\b",
"end": "^^\\s*<--\\s*#endregion\\b"
}
}
}