[html] add handlebars

This commit is contained in:
Martin Aeschlimann
2016-09-14 09:49:40 +02:00
parent 1f6815a880
commit daad014a6f
9 changed files with 3196 additions and 457 deletions

View File

@@ -6,7 +6,8 @@
"vscode": "0.10.x"
},
"activationEvents": [
"onLanguage:html"
"onLanguage:html",
"onLanguage:handlebars"
],
"main": "./client/out/htmlMain",
"scripts": {