[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": "razor",
"extensions": [ ".cshtml"],
"aliases": [ "Razor", "razor" ],
"mimetypes": ["text/x-cshtml"]
"mimetypes": ["text/x-cshtml"],
"configuration": "./language-configuration.json"
}],
"grammars": [{
"language": "razor",