| Index: third_party/WebKit/Source/devtools/front_end/cm_modes/module.json
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/cm_modes/module.json b/third_party/WebKit/Source/devtools/front_end/cm_modes/module.json
|
| index 50f40f07e6dad9efdade7570c45147f88db75214..4e8ae82d98fbeb0097cdaf27db88a6c2af5a1b28 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/cm_modes/module.json
|
| +++ b/third_party/WebKit/Source/devtools/front_end/cm_modes/module.json
|
| @@ -70,6 +70,14 @@
|
| "mimeTypes": [
|
| "text/x-clojure"
|
| ]
|
| + },
|
| + {
|
| + "type": "@WebInspector.CodeMirrorMimeMode",
|
| + "className": "WebInspector.DefaultCodeMirrorMimeMode",
|
| + "fileName": "stylus.js",
|
| + "mimeTypes": [
|
| + "text/x-styl"
|
| + ]
|
| }
|
| ],
|
| "dependencies": [
|
| @@ -85,6 +93,7 @@
|
| "python.js",
|
| "shell.js",
|
| "livescript.js",
|
| - "clojure.js"
|
| + "clojure.js",
|
| + "stylus.js"
|
| ]
|
| }
|
|
|