b42cb8d7db
Unlike I0b4032d4, this bug is not reproducible by pasting the offending contents into a plain HTML page; it appears to be an issue with our diff context folding. Change-Id: I64cd1793c46a3668ee8c67a37b0e09c7ede34c2c
60 lines
1.1 KiB
Plaintext
60 lines
1.1 KiB
Plaintext
CM3_CSS = [
|
|
'lib/codemirror.css',
|
|
'addon/dialog/dialog.css',
|
|
]
|
|
|
|
CM3_THEMES = [
|
|
'theme/eclipse.css',
|
|
'theme/elegant.css',
|
|
'theme/midnight.css',
|
|
'theme/neat.css',
|
|
'theme/night.css',
|
|
'theme/twilight.css',
|
|
]
|
|
|
|
CM3_JS = [
|
|
'lib/codemirror.js',
|
|
'keymap/vim.js',
|
|
'addon/dialog/dialog.js',
|
|
'addon/search/searchcursor.js',
|
|
'addon/search/search.js',
|
|
'addon/selection/mark-selection.js',
|
|
'addon/edit/trailingspace.js',
|
|
]
|
|
|
|
CM3_MODES = [
|
|
'clike/clike.js',
|
|
'clojure/clojure.js',
|
|
'coffeescript/coffeescript.js',
|
|
'commonlisp/commonlisp.js',
|
|
'css/css.js',
|
|
'd/d.js',
|
|
'diff/diff.js',
|
|
'dtd/dtd.js',
|
|
'erlang/erlang.js',
|
|
'gas/gas.js',
|
|
'gfm/gfm.js',
|
|
'groovy/groovy.js',
|
|
'haskell/haskell.js',
|
|
'htmlmixed/htmlmixed.js',
|
|
'javascript/javascript.js',
|
|
'lua/lua.js',
|
|
'markdown/markdown.js',
|
|
'perl/perl.js',
|
|
'php/php.js',
|
|
'pig/pig.js',
|
|
'properties/properties.js',
|
|
'python/python.js',
|
|
'r/r.js',
|
|
'ruby/ruby.js',
|
|
'scheme/scheme.js',
|
|
'shell/shell.js',
|
|
'smalltalk/smalltalk.js',
|
|
'sql/sql.js',
|
|
'tcl/tcl.js',
|
|
'velocity/velocity.js',
|
|
'verilog/verilog.js',
|
|
'xml/xml.js',
|
|
'yaml/yaml.js',
|
|
]
|