mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 11:38:51 +01:00
[html] Comment shortcut (Cmd + /) stopped working in HTML. fixes #12083
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user