提交 2db3796f 编写于 作者: M Martin Aeschlimann

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

上级 7b771915
......@@ -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",
......
......@@ -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",
......
......@@ -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",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册