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

Commit b1e3297

Browse files
committed
Merge pull request #3362 from niutech/patch-2
Added syntax highlighting for *.tpl / *.twig files
2 parents 37a0d8b + fd71f59 commit b1e3297

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/language/languages.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"html": {
1515
"name": "HTML",
1616
"mode": ["htmlmixed", "text/x-brackets-html"],
17-
"fileExtensions": ["html", "htm", "shtm", "shtml", "xhtml", "cfm", "cfml", "cfc", "dhtml", "xht"],
17+
"fileExtensions": ["html", "htm", "shtm", "shtml", "xhtml", "cfm", "cfml", "cfc", "dhtml", "xht", "tpl", "twig"],
1818
"blockComment": ["<!--", "-->"]
1919
},
2020

0 commit comments

Comments
 (0)