blob: e1a6b600fc8b11bfe7c7c634960a53f686dcd5c2 [file] [log] [blame]
{
"extensions": [
{
"type": "@TextUtils.TokenizerFactory",
"className": "TextEditor.CodeMirrorUtils.TokenizerFactory"
},
{
"type": "@UI.TextEditorFactory",
"className": "TextEditor.CodeMirrorTextEditorFactory"
}
],
"dependencies": [
"ui",
"platform",
"common",
"cm"
],
"scripts": [
"../cm_web_modes/css.js",
"../cm_web_modes/javascript.js",
"../cm_web_modes/xml.js",
"../cm_web_modes/htmlmixed.js",
"../cm_web_modes/htmlembedded.js",
"CodeMirrorUtils.js",
"TextEditorAutocompleteController.js",
"CodeMirrorTextEditor.js"
],
"resources": [
"autocompleteTooltip.css",
"cmdevtools.css"
],
"skip_compilation": [
"acorn/acorn.js",
"../cm_web_modes/css.js",
"../cm_web_modes/javascript.js",
"../cm_web_modes/xml.js",
"../cm_web_modes/htmlmixed.js",
"../cm_web_modes/htmlembedded.js"
]
}