Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(605)

Unified Diff: third_party/WebKit/Source/devtools/front_end/cm_modes/module.json

Issue 1430753002: DevTools: [CodeMirror] highlight Stylus files (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/Source/devtools/front_end/cm_modes/stylus.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"
]
}
« no previous file with comments | « no previous file | third_party/WebKit/Source/devtools/front_end/cm_modes/stylus.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698