blob: 77f5e7c5e57acbcfc5648f41ae9d355e6eec4f76 [file] [log] [blame]
CM_CSS = [
'lib/codemirror.css',
'addon/dialog/dialog.css',
'addon/scroll/simplescrollbars.css',
]
CM_THEMES = [
'theme/eclipse.css',
'theme/elegant.css',
'theme/midnight.css',
'theme/neat.css',
'theme/night.css',
'theme/twilight.css',
]
CM_JS = [
'lib/codemirror.js',
'mode/meta.js',
'keymap/vim.js',
'addon/dialog/dialog.js',
'addon/scroll/simplescrollbars.js',
'addon/search/searchcursor.js',
'addon/search/search.js',
'addon/selection/mark-selection.js',
'addon/edit/trailingspace.js',
'addon/mode/overlay.js',
'addon/mode/simple.js',
]
CM_MODES = [
'clike',
'clojure',
'coffeescript',
'commonlisp',
'css',
'd',
'dart',
'diff',
'dockerfile',
'dtd',
'erlang',
'gas',
'gfm',
'groovy',
'haskell',
'htmlmixed',
'javascript',
'lua',
'markdown',
'perl',
'php',
'pig',
'properties',
'python',
'r',
'rst',
'ruby',
'scheme',
'shell',
'smalltalk',
'soy',
'sql',
'stex',
'tcl',
'velocity',
'verilog',
'xml',
'yaml',
]