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

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

Issue 2271683003: DevTools: Move CodeMirrorTextEditor into text_editor module (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge Created 4 years, 3 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 unified diff | Download patch
OLDNEW
1 { 1 {
2 "extensions": [ 2 "extensions": [
3 { 3 {
4 "type": "@WebInspector.CodeMirrorMimeMode", 4 "type": "@WebInspector.CodeMirrorMimeMode",
5 "className": "WebInspector.DefaultCodeMirrorMimeMode", 5 "className": "WebInspector.DefaultCodeMirrorMimeMode",
6 "fileName": "clike.js", 6 "fileName": "clike.js",
7 "mimeTypes": [ 7 "mimeTypes": [
8 "text/x-csrc", 8 "text/x-csrc",
9 "text/x-c", 9 "text/x-c",
10 "text/x-chdr", 10 "text/x-chdr",
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 { 82 {
83 "type": "@WebInspector.CodeMirrorMimeMode", 83 "type": "@WebInspector.CodeMirrorMimeMode",
84 "className": "WebInspector.DefaultCodeMirrorMimeMode", 84 "className": "WebInspector.DefaultCodeMirrorMimeMode",
85 "fileName": "stylus.js", 85 "fileName": "stylus.js",
86 "mimeTypes": [ 86 "mimeTypes": [
87 "text/x-styl" 87 "text/x-styl"
88 ] 88 ]
89 } 89 }
90 ], 90 ],
91 "dependencies": [ 91 "dependencies": [
92 "source_frame" 92 "text_editor"
93 ], 93 ],
94 "scripts": [ 94 "scripts": [
95 "DefaultCodeMirrorMimeMode.js" 95 "DefaultCodeMirrorMimeMode.js"
96 ], 96 ],
97 "resources": [ 97 "resources": [
98 "clike.js", 98 "clike.js",
99 "coffeescript.js", 99 "coffeescript.js",
100 "php.js", 100 "php.js",
101 "python.js", 101 "python.js",
102 "shell.js", 102 "shell.js",
103 "livescript.js", 103 "livescript.js",
104 "clojure.js", 104 "clojure.js",
105 "stylus.js", 105 "stylus.js",
106 "jsx.js" 106 "jsx.js"
107 ] 107 ]
108 } 108 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/devtools/devtools.gypi ('k') | third_party/WebKit/Source/devtools/front_end/inspector.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698