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

Commit

Permalink
Merge pull request #4166 from lkcampbell/fix-issue-4137
Browse files Browse the repository at this point in the history
[OPEN] Fix for issue #4137
  • Loading branch information
njx committed Jun 12, 2013
2 parents adaa5d8 + 34f7068 commit 7a5509e
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/language/languages.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,14 @@
"html": {
"name": "HTML",
"mode": ["htmlmixed", "text/x-brackets-html"],
"fileExtensions": ["html", "htm", "shtm", "shtml", "xhtml", "cfm", "cfml", "cfc", "dhtml", "xht", "tpl", "twig", "hbs", "handlebars", "kit", "ejs", "jsp"],
"fileExtensions": ["html", "htm", "shtm", "shtml", "xhtml", "cfm", "cfml", "cfc", "dhtml", "xht", "tpl", "twig", "hbs", "handlebars", "kit", "jsp"],
"blockComment": ["<!--", "-->"]
},

"ejs": {
"name": "EJS",
"mode": ["htmlembedded", "application/x-ejs"],
"fileExtensions": ["ejs"],
"blockComment": ["<!--", "-->"]
},

Expand Down

0 comments on commit 7a5509e

Please sign in to comment.