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

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

Issue 2493373002: DevTools: rename WebInspector into modules. (Closed)
Patch Set: for bots Created 4 years, 1 month 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": "@TextEditor.CodeMirrorMimeMode",
5 "className": "WebInspector.DefaultCodeMirrorMimeMode", 5 "className": "CmModes.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",
11 "text/x-c++src", 11 "text/x-c++src",
12 "text/x-c++hdr", 12 "text/x-c++hdr",
13 "text/x-java", 13 "text/x-java",
14 "text/x-csharp", 14 "text/x-csharp",
15 "text/x-scala", 15 "text/x-scala",
16 "x-shader/x-vertex", 16 "x-shader/x-vertex",
17 "x-shader/x-fragment" 17 "x-shader/x-fragment"
18 ] 18 ]
19 }, 19 },
20 { 20 {
21 "type": "@WebInspector.CodeMirrorMimeMode", 21 "type": "@TextEditor.CodeMirrorMimeMode",
22 "className": "WebInspector.DefaultCodeMirrorMimeMode", 22 "className": "CmModes.DefaultCodeMirrorMimeMode",
23 "fileName": "coffeescript.js", 23 "fileName": "coffeescript.js",
24 "mimeTypes": [ 24 "mimeTypes": [
25 "text/x-coffeescript" 25 "text/x-coffeescript"
26 ] 26 ]
27 }, 27 },
28 { 28 {
29 "type": "@WebInspector.CodeMirrorMimeMode", 29 "type": "@TextEditor.CodeMirrorMimeMode",
30 "className": "WebInspector.DefaultCodeMirrorMimeMode", 30 "className": "CmModes.DefaultCodeMirrorMimeMode",
31 "fileName": "php.js", 31 "fileName": "php.js",
32 "dependencies": [ 32 "dependencies": [
33 "clike.js" 33 "clike.js"
34 ], 34 ],
35 "mimeTypes": [ 35 "mimeTypes": [
36 "application/x-httpd-php", 36 "application/x-httpd-php",
37 "application/x-httpd-php-open", 37 "application/x-httpd-php-open",
38 "text/x-php" 38 "text/x-php"
39 ] 39 ]
40 }, 40 },
41 { 41 {
42 "type": "@WebInspector.CodeMirrorMimeMode", 42 "type": "@TextEditor.CodeMirrorMimeMode",
43 "className": "WebInspector.DefaultCodeMirrorMimeMode", 43 "className": "CmModes.DefaultCodeMirrorMimeMode",
44 "fileName": "python.js", 44 "fileName": "python.js",
45 "mimeTypes": [ 45 "mimeTypes": [
46 "text/x-python", 46 "text/x-python",
47 "text/x-cython" 47 "text/x-cython"
48 ] 48 ]
49 }, 49 },
50 { 50 {
51 "type": "@WebInspector.CodeMirrorMimeMode", 51 "type": "@TextEditor.CodeMirrorMimeMode",
52 "className": "WebInspector.DefaultCodeMirrorMimeMode", 52 "className": "CmModes.DefaultCodeMirrorMimeMode",
53 "fileName": "shell.js", 53 "fileName": "shell.js",
54 "mimeTypes": [ 54 "mimeTypes": [
55 "text/x-sh" 55 "text/x-sh"
56 ] 56 ]
57 }, 57 },
58 { 58 {
59 "type": "@WebInspector.CodeMirrorMimeMode", 59 "type": "@TextEditor.CodeMirrorMimeMode",
60 "className": "WebInspector.DefaultCodeMirrorMimeMode", 60 "className": "CmModes.DefaultCodeMirrorMimeMode",
61 "fileName": "livescript.js", 61 "fileName": "livescript.js",
62 "mimeTypes": [ 62 "mimeTypes": [
63 "text/x-livescript" 63 "text/x-livescript"
64 ] 64 ]
65 }, 65 },
66 { 66 {
67 "type": "@WebInspector.CodeMirrorMimeMode", 67 "type": "@TextEditor.CodeMirrorMimeMode",
68 "className": "WebInspector.DefaultCodeMirrorMimeMode", 68 "className": "CmModes.DefaultCodeMirrorMimeMode",
69 "fileName": "clojure.js", 69 "fileName": "clojure.js",
70 "mimeTypes": [ 70 "mimeTypes": [
71 "text/x-clojure" 71 "text/x-clojure"
72 ] 72 ]
73 }, 73 },
74 { 74 {
75 "type": "@WebInspector.CodeMirrorMimeMode", 75 "type": "@TextEditor.CodeMirrorMimeMode",
76 "className": "WebInspector.DefaultCodeMirrorMimeMode", 76 "className": "CmModes.DefaultCodeMirrorMimeMode",
77 "fileName": "jsx.js", 77 "fileName": "jsx.js",
78 "mimeTypes": [ 78 "mimeTypes": [
79 "text/jsx" 79 "text/jsx"
80 ] 80 ]
81 }, 81 },
82 { 82 {
83 "type": "@WebInspector.CodeMirrorMimeMode", 83 "type": "@TextEditor.CodeMirrorMimeMode",
84 "className": "WebInspector.DefaultCodeMirrorMimeMode", 84 "className": "CmModes.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 "text_editor" 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

Powered by Google App Engine
This is Rietveld 408576698