diff options
author | Pushkar Joshi | 2012-03-06 17:04:40 -0800 |
---|---|---|
committer | Pushkar Joshi | 2012-03-06 17:04:40 -0800 |
commit | 7a43958033906b2273de88bc2a26cda7a905d202 (patch) | |
tree | f71817e712c4b07a48257a4f0b206cf9033421df /imports/codemirror/mode/rpm/spec | |
parent | 264e3d8e6d3624083d2fab9fe2560234553bb2ad (diff) | |
parent | 2e3943a8f751ec572066f168b58464c24b9f29e5 (diff) | |
download | ninja-7a43958033906b2273de88bc2a26cda7a905d202.tar.gz |
Merge branch 'master' into brushtool
Diffstat (limited to 'imports/codemirror/mode/rpm/spec')
-rw-r--r--[-rwxr-xr-x] | imports/codemirror/mode/rpm/spec/index.html | 0 | ||||
-rw-r--r--[-rwxr-xr-x] | imports/codemirror/mode/rpm/spec/spec.css | 0 | ||||
-rw-r--r--[-rwxr-xr-x] | imports/codemirror/mode/rpm/spec/spec.js | 2 |
3 files changed, 1 insertions, 1 deletions
diff --git a/imports/codemirror/mode/rpm/spec/index.html b/imports/codemirror/mode/rpm/spec/index.html index e3bca152..e3bca152 100755..100644 --- a/imports/codemirror/mode/rpm/spec/index.html +++ b/imports/codemirror/mode/rpm/spec/index.html | |||
diff --git a/imports/codemirror/mode/rpm/spec/spec.css b/imports/codemirror/mode/rpm/spec/spec.css index d0a5d430..d0a5d430 100755..100644 --- a/imports/codemirror/mode/rpm/spec/spec.css +++ b/imports/codemirror/mode/rpm/spec/spec.css | |||
diff --git a/imports/codemirror/mode/rpm/spec/spec.js b/imports/codemirror/mode/rpm/spec/spec.js index 3b5c08c9..902db6ae 100755..100644 --- a/imports/codemirror/mode/rpm/spec/spec.js +++ b/imports/codemirror/mode/rpm/spec/spec.js | |||
@@ -14,7 +14,7 @@ CodeMirror.defineMode("spec", function(config, modeConfig) { | |||
14 | return { | 14 | return { |
15 | controlFlow: false, | 15 | controlFlow: false, |
16 | macroParameters: false, | 16 | macroParameters: false, |
17 | section: false, | 17 | section: false |
18 | }; | 18 | }; |
19 | }, | 19 | }, |
20 | token: function (stream, state) { | 20 | token: function (stream, state) { |