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 #2466 from C1D/master
Browse files Browse the repository at this point in the history
Added support for multiple extentions
  • Loading branch information
dangoor committed Jan 3, 2013
2 parents dabf56d + 53b0245 commit db6c7f9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/editor/EditorUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ define(function (require, exports, module) {
case "cfm":
case "cfml":
case "cfc":
case "dhtml":
case "xht":
return "htmlmixed";

case "svg":
Expand Down

0 comments on commit db6c7f9

Please sign in to comment.