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

@@ -70,12 +70,6 @@
}
}
],
"folding": {
"markers": {
"start": "^\\s*<!--\\s*#region\\b\\s*(.*?)-->/",
"end": "^\\s*<!--\\s*#endregion\\b\\s*(.*?)-->/"
}
},
"snippets": [
{
"language": "html",