| 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', |
| 'commonlisp/commonlisp.js', |
| 'css/css.js', |
| 'go/go.js', |
| 'groovy/groovy.js', |
| 'htmlmixed/htmlmixed.js', |
| 'javascript/javascript.js', |
| 'perl/perl.js', |
| 'properties/properties.js', |
| 'python/python.js', |
| 'ruby/ruby.js', |
| 'shell/shell.js', |
| 'sql/sql.js', |
| 'velocity/velocity.js', |
| 'xml/xml.js', |
| ] |