OLD | NEW |
1 { | 1 { |
2 "extensions": [ | 2 "extensions": [ |
3 { | 3 { |
4 "type": "@WebInspector.InplaceEditor", | 4 "type": "@WebInspector.InplaceEditor", |
5 "className": "WebInspector.CodeMirrorUtils" | 5 "className": "WebInspector.CodeMirrorUtils" |
6 }, | 6 }, |
7 { | 7 { |
8 "type": "@WebInspector.TokenizerFactory", | 8 "type": "@WebInspector.TokenizerFactory", |
9 "className": "WebInspector.CodeMirrorUtils.TokenizerFactory" | 9 "className": "WebInspector.CodeMirrorUtils.TokenizerFactory" |
10 }, | 10 }, |
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
64 "../cm/closebrackets.js", | 64 "../cm/closebrackets.js", |
65 "../cm/markselection.js", | 65 "../cm/markselection.js", |
66 "../cm/comment.js", | 66 "../cm/comment.js", |
67 "../cm/overlay.js", | 67 "../cm/overlay.js", |
68 "../cm/activeline.js" | 68 "../cm/activeline.js" |
69 ], | 69 ], |
70 "resources": [ | 70 "resources": [ |
71 "../cm/codemirror.css", | 71 "../cm/codemirror.css", |
72 "cmdevtools.css", | 72 "cmdevtools.css", |
73 "fontView.css", | 73 "fontView.css", |
74 "imageView.css", | 74 "imageView.css" |
75 "resourceSourceFrame.css" | |
76 ] | 75 ] |
77 } | 76 } |
OLD | NEW |