diff options
author | Ananya Sen | 2012-07-17 14:25:53 -0700 |
---|---|---|
committer | Ananya Sen | 2012-07-17 14:25:53 -0700 |
commit | 09457e39532e9b35afb9c635266755bfcb9b488a (patch) | |
tree | 665dcbd41377b98dcab15ff995e9434d9db1a462 /imports/codemirror/mode/ecl | |
parent | f2dbca782bbaca3bed96dff808693693ba083ea9 (diff) | |
parent | 4f737b24c19ddc02d20f9783b8b080fc6ef11142 (diff) | |
download | ninja-09457e39532e9b35afb9c635266755bfcb9b488a.tar.gz |
Merge branch 'refs/heads/ninja-internal-master' into copy-paste-bugfix
Diffstat (limited to 'imports/codemirror/mode/ecl')
-rw-r--r-- | imports/codemirror/mode/ecl/ecl.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/imports/codemirror/mode/ecl/ecl.js b/imports/codemirror/mode/ecl/ecl.js index 9c94e670..57c8554e 100644 --- a/imports/codemirror/mode/ecl/ecl.js +++ b/imports/codemirror/mode/ecl/ecl.js | |||
@@ -200,4 +200,4 @@ CodeMirror.defineMode("ecl", function(config) { | |||
200 | }; | 200 | }; |
201 | }); | 201 | }); |
202 | 202 | ||
203 | CodeMirror.defineMIME("text/x-ecl"); | 203 | CodeMirror.defineMIME("text/x-ecl", "ecl"); |