diff options
author | Kruti Shah | 2012-07-17 12:40:00 -0700 |
---|---|---|
committer | Kruti Shah | 2012-07-17 12:40:00 -0700 |
commit | bf2d7bdb22c28089dc1067bc9094ebc590daac87 (patch) | |
tree | 2156d9920ea1b7db49ed6460545fea7cda121bae /imports/codemirror/mode/php | |
parent | 7e2c2dbd040ed79a3f0678f91bd4b6db9cf69231 (diff) | |
parent | b4b3e45d6684e77d361b4f8ca5be4889428320c5 (diff) | |
download | ninja-bf2d7bdb22c28089dc1067bc9094ebc590daac87.tar.gz |
Merge branch 'refs/heads/TimelineUberJD' into Timeline-local-kruti
Diffstat (limited to 'imports/codemirror/mode/php')
-rw-r--r-- | imports/codemirror/mode/php/php.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/imports/codemirror/mode/php/php.js b/imports/codemirror/mode/php/php.js index 5406a5ce..e35922fd 100644 --- a/imports/codemirror/mode/php/php.js +++ b/imports/codemirror/mode/php/php.js | |||
@@ -143,7 +143,7 @@ | |||
143 | 143 | ||
144 | electricChars: "/{}:" | 144 | electricChars: "/{}:" |
145 | } | 145 | } |
146 | }); | 146 | }, "xml", "clike", "javascript", "css"); |
147 | CodeMirror.defineMIME("application/x-httpd-php", "php"); | 147 | CodeMirror.defineMIME("application/x-httpd-php", "php"); |
148 | CodeMirror.defineMIME("application/x-httpd-php-open", {name: "php", startOpen: true}); | 148 | CodeMirror.defineMIME("application/x-httpd-php-open", {name: "php", startOpen: true}); |
149 | CodeMirror.defineMIME("text/x-php", phpConfig); | 149 | CodeMirror.defineMIME("text/x-php", phpConfig); |