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

Unified Diff: third_party/WebKit/Source/devtools/front_end/common/ResourceType.js

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 | « third_party/WebKit/Source/devtools/front_end/cm_modes/stylus.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/devtools/front_end/common/ResourceType.js
diff --git a/third_party/WebKit/Source/devtools/front_end/common/ResourceType.js b/third_party/WebKit/Source/devtools/front_end/common/ResourceType.js
index cb8ef50033d250eeea0ea85cc3acd1de368c3b48..311902acd917d3403fab9e4c322e67529f53f326 100644
--- a/third_party/WebKit/Source/devtools/front_end/common/ResourceType.js
+++ b/third_party/WebKit/Source/devtools/front_end/common/ResourceType.js
@@ -208,5 +208,8 @@ WebInspector.ResourceType.mimeTypesForExtensions = {
// ClojureScript
"cljs": "text/x-clojure",
"cljc": "text/x-clojure",
- "cljx": "text/x-clojure"
+ "cljx": "text/x-clojure",
+
+ // Stylus
+ "styl": "text/x-styl"
}
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/cm_modes/stylus.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698