Enable folding in standalone editor

This commit is contained in:
Alex Dima
2018-03-14 12:03:17 +01:00
parent bc8ed2c80a
commit 443c580049
5 changed files with 3 additions and 10 deletions

View File

@@ -26,7 +26,7 @@
"folding": {
"markers": {
"start": "^\\s*<!--\\s*#region\\b.*-->",
"end": "^^\\s*<!--\\s*#endregion\\b.*-->"
"end": "^\\s*<!--\\s*#endregion\\b.*-->"
}
}
}