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

Commit

Permalink
update HTML file extensions for smarty and twig file extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonsanjose committed Apr 20, 2013
1 parent 10b3aeb commit f8c41a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/spec/LanguageManager-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ define(function (require, exports, module) {
"id": "html",
"name": "HTML",
"mode": ["htmlmixed", "text/x-brackets-html"],
"fileExtensions": ["html", "htm", "shtm", "shtml", "xhtml", "cfm", "cfml", "cfc", "dhtml", "xht"],
"fileExtensions": ["html", "htm", "shtm", "shtml", "xhtml", "cfm", "cfml", "cfc", "dhtml", "xht", "tpl", "twig"],
"blockComment": {prefix: "<!--", suffix: "-->"}
};

Expand Down

0 comments on commit f8c41a4

Please sign in to comment.