[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",

View file

@ -23,7 +23,8 @@
"id": "html",
"extensions": [ ".html", ".htm", ".shtml", ".xhtml", ".mdoc", ".jsp", ".asp", ".aspx", ".jshtm", ".vue" ],
"aliases": [ "HTML", "htm", "html", "xhtml" ],
"mimetypes": ["text/html", "text/x-jshtm", "text/template", "text/ng-template", "application/xhtml+xml"]
"mimetypes": ["text/html", "text/x-jshtm", "text/template", "text/ng-template", "application/xhtml+xml"],
"configuration": "./language-configuration.json"
}],
"grammars": [{
"language": "html",

View file

@ -13,7 +13,8 @@
"id": "razor",
"extensions": [ ".cshtml"],
"aliases": [ "Razor", "razor" ],
"mimetypes": ["text/x-cshtml"]
"mimetypes": ["text/x-cshtml"],
"configuration": "./language-configuration.json"
}],
"grammars": [{
"language": "razor",