Skip to content

Commit

Permalink
embedded ruby configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
ahoward authored and marijnh committed Sep 28, 2012
1 parent 0b0df3f commit 77c6a6f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mode/htmlembedded/htmlembedded.js
Expand Up @@ -70,3 +70,4 @@ CodeMirror.defineMode("htmlembedded", function(config, parserConfig) {
CodeMirror.defineMIME("application/x-ejs", { name: "htmlembedded", scriptingModeSpec:"javascript"});
CodeMirror.defineMIME("application/x-aspx", { name: "htmlembedded", scriptingModeSpec:"text/x-csharp"});
CodeMirror.defineMIME("application/x-jsp", { name: "htmlembedded", scriptingModeSpec:"text/x-java"});
CodeMirror.defineMIME("application/x-erb", { name: "htmlembedded", scriptingModeSpec:"ruby"});

0 comments on commit 77c6a6f

Please sign in to comment.