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 #3508 from adobe/jasonsanjose/fix-lang-test
Browse files Browse the repository at this point in the history
Update expected HTML file extensions in unit tests
  • Loading branch information
peterflynn committed Apr 20, 2013
2 parents 10b3aeb + f8c41a4 commit 0f8410f
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 0f8410f

Please sign in to comment.