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

Commit 34f7068

Browse files
committed
Add EJS language as a separate entry
1 parent 0216792 commit 34f7068

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

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)