[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

@@ -67,6 +67,16 @@
}
}
],
"folding": {
"markers": {
"start": "^\\s*<!--\\s*#region\\b\\s*(.*?)-->/",
"end": "^\\s*<!--\\s*#endregion\\b\\s*(.*?)-->/"
}
},
"snippets": [{
"language": "html",
"path": "./snippets/html.snippets.json"
}],
"configuration": {
"id": "html",
"order": 20,