Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit 7a5509e

Browse files
author
Narciso Jaramillo
committed
Merge pull request #4166 from lkcampbell/fix-issue-4137
[OPEN] Fix for issue #4137
2 parents adaa5d8 + 34f7068 commit 7a5509e

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

src/language/languages.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,14 @@
2323
"html": {
2424
"name": "HTML",
2525
"mode": ["htmlmixed", "text/x-brackets-html"],
26-
"fileExtensions": ["html", "htm", "shtm", "shtml", "xhtml", "cfm", "cfml", "cfc", "dhtml", "xht", "tpl", "twig", "hbs", "handlebars", "kit", "ejs", "jsp"],
26+
"fileExtensions": ["html", "htm", "shtm", "shtml", "xhtml", "cfm", "cfml", "cfc", "dhtml", "xht", "tpl", "twig", "hbs", "handlebars", "kit", "jsp"],
27+
"blockComment": ["<!--", "-->"]
28+
},
29+
30+
"ejs": {
31+
"name": "EJS",
32+
"mode": ["htmlembedded", "application/x-ejs"],
33+
"fileExtensions": ["ejs"],
2734
"blockComment": ["<!--", "-->"]
2835
},
2936

0 commit comments

Comments
 (0)