mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +01:00
Files with *.hjs extention not highlighted as handlebars by default but plain text. Fixes #36592
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user