Files with *.hjs extention not highlighted as handlebars by default but plain text. Fixes #36592

This commit is contained in:
Martin Aeschlimann
2017-11-17 14:58:19 +01:00
parent 4a8327aa4b
commit 3ecb0e1060

View File

@@ -11,7 +11,7 @@
"contributes": {
"languages": [{
"id": "handlebars",
"extensions": [ ".handlebars", ".hbs"],
"extensions": [ ".handlebars", ".hbs", ".hjs" ],
"aliases": [ "Handlebars", "handlebars" ],
"mimetypes": ["text/x-handlebars-template"],
"configuration": "./language-configuration.json"