From 2db3796f65672a5a3ebf7ea619b11d4e74ae4a88 Mon Sep 17 00:00:00 2001 From: Martin Aeschlimann Date: Thu, 15 Sep 2016 20:31:01 +0200 Subject: [PATCH] [html] Comment shortcut (Cmd + /) stopped working in HTML. fixes #12083 --- extensions/handlebars/package.json | 3 ++- extensions/html/package.json | 3 ++- extensions/razor/package.json | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/extensions/handlebars/package.json b/extensions/handlebars/package.json index 09fbef8bf67..b73f50a4234 100644 --- a/extensions/handlebars/package.json +++ b/extensions/handlebars/package.json @@ -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", diff --git a/extensions/html/package.json b/extensions/html/package.json index 0c1ad9ea506..468878ad63d 100644 --- a/extensions/html/package.json +++ b/extensions/html/package.json @@ -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", diff --git a/extensions/razor/package.json b/extensions/razor/package.json index 0db06744be3..1f50b33eeaf 100644 --- a/extensions/razor/package.json +++ b/extensions/razor/package.json @@ -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",