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