[html] Comment shortcut (Cmd + /) stopped working in HTML. fixes #12083

This commit is contained in:
Martin Aeschlimann
2016-09-15 20:31:01 +02:00
parent 7b7719158c
commit 2db3796f65
3 changed files with 6 additions and 3 deletions

View File

@@ -13,7 +13,8 @@
"id": "handlebars",
"extensions": [ ".handlebars", ".hbs"],
"aliases": [ "Handlebars", "handlebars" ],
"mimetypes": ["text/x-handlebars-template"]
"mimetypes": ["text/x-handlebars-template"],
"configuration": "./language-configuration.json"
}],
"grammars": [{
"language": "handlebars",