[html] use proposalprovider for region snippets

This commit is contained in:
Martin Aeschlimann
2017-12-01 17:13:09 +01:00
parent 09166c4f44
commit 9b391e8265
2 changed files with 26 additions and 15 deletions

View File

@@ -18,19 +18,5 @@
"</html>"
],
"description": "Simple HTML5 starting point"
},
"Region Start": {
"prefix": "#region",
"body": [
"<!-- #region -->"
],
"description": "Folding Region Start"
},
"Region End": {
"prefix": "#endregion",
"body": [
"<!-- #endregion -->"
],
"description": "Folding Region End"
}
}