Skip to content

Commit 2db3796

Browse files
committed
[html] Comment shortcut (Cmd + /) stopped working in HTML. fixes microsoft#12083
1 parent 7b77191 commit 2db3796

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

extensions/handlebars/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
"id": "handlebars",
1414
"extensions": [ ".handlebars", ".hbs"],
1515
"aliases": [ "Handlebars", "handlebars" ],
16-
"mimetypes": ["text/x-handlebars-template"]
16+
"mimetypes": ["text/x-handlebars-template"],
17+
"configuration": "./language-configuration.json"
1718
}],
1819
"grammars": [{
1920
"language": "handlebars",

extensions/html/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
"id": "html",
2424
"extensions": [ ".html", ".htm", ".shtml", ".xhtml", ".mdoc", ".jsp", ".asp", ".aspx", ".jshtm", ".vue" ],
2525
"aliases": [ "HTML", "htm", "html", "xhtml" ],
26-
"mimetypes": ["text/html", "text/x-jshtm", "text/template", "text/ng-template", "application/xhtml+xml"]
26+
"mimetypes": ["text/html", "text/x-jshtm", "text/template", "text/ng-template", "application/xhtml+xml"],
27+
"configuration": "./language-configuration.json"
2728
}],
2829
"grammars": [{
2930
"language": "html",

extensions/razor/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
"id": "razor",
1414
"extensions": [ ".cshtml"],
1515
"aliases": [ "Razor", "razor" ],
16-
"mimetypes": ["text/x-cshtml"]
16+
"mimetypes": ["text/x-cshtml"],
17+
"configuration": "./language-configuration.json"
1718
}],
1819
"grammars": [{
1920
"language": "razor",

0 commit comments

Comments
 (0)