Go to file
eustas a7e00f580d Improve es5 strict mode compatibility.
In es5 strict mode "function" could only be a top-level statement.
2013-02-05 10:24:00 +01:00
bin Add local compression helper 2012-10-23 12:00:07 +02:00
demo Normalize line endings 2012-12-10 12:22:57 +01:00
doc Integrate APL mode 2013-01-21 13:01:36 +01:00
keymap [vim keymap] Add {,} motions 2013-01-21 12:58:44 +01:00
lib Improve es5 strict mode compatibility. 2013-02-05 10:24:00 +01:00
mode Fix brace indenting for clojure maps. 2013-01-21 13:01:59 +01:00
test [vim keymap] Add {,} motions 2013-01-21 12:58:44 +01:00
theme [twilight theme] font-underline -> text-decoration 2012-11-27 10:00:39 +01:00
.gitattributes Force correct line endings in text files 2012-12-10 12:22:56 +01:00
.gitignore Run test suite with PhantomJS and Travis 2012-07-30 10:54:25 +02:00
.travis.yml Remove obsolete before_script section in .travis.yml 2012-09-03 10:15:27 +02:00
CONTRIBUTING.md Modify CONTRIBUTING.md 2012-12-10 12:20:58 +01:00
LICENSE Update LICENSE 2012-04-02 15:47:07 +02:00
README.md Add contributing guidelines 2012-12-10 12:20:57 +01:00
index.html [sass mode] Integrate new mode 2013-01-21 12:56:57 +01:00
package.json Bump version number post-2.38 2013-01-21 13:03:48 +01:00

README.md

CodeMirror Build Status

CodeMirror is a JavaScript component that provides a code editor in the browser. When a mode is available for the language you are coding in, it will color your code, and optionally help with indentation.

The project page is http://codemirror.net
The manual is at http://codemirror.net/doc/manual.html
The contributing guidelines are in the CONTRIBUTING.md file