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

Commit

Permalink
Added support for multiple extentions
Browse files Browse the repository at this point in the history
Added support for:
-dhtml (Dynamic HTML)
-xht (XHTML)
  • Loading branch information
C1D committed Jan 2, 2013
1 parent d39a1bc commit 53b0245
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 53b0245

Please sign in to comment.