stylus/codemirror
2014-10-05 19:43:05 +02:00
..
bin Update CodeMirror to version 4.6 2014-10-05 19:43:05 +02:00
keymap Update CodeMirror to version 4.6 2014-10-05 19:43:05 +02:00
lib Update CodeMirror to version 4.6 2014-10-05 19:43:05 +02:00
mode/css Update CodeMirror to version 4.6 2014-10-05 19:43:05 +02:00
theme Update CodeMirror to version 4.6 2014-10-05 19:43:05 +02:00
.gitattributes Update CodeMirror to version 4.6 2014-10-05 19:43:05 +02:00
.gitignore Update CodeMirror to version 4.6 2014-10-05 19:43:05 +02:00
.travis.yml Removed version number from codemirror directory 2012-11-29 11:10:11 -06:00
AUTHORS Update CodeMirror to version 4.6 2014-10-05 19:43:05 +02:00
bower.json Update CodeMirror to version 4.6 2014-10-05 19:43:05 +02:00
CONTRIBUTING.md Update CodeMirror to version 4.6 2014-10-05 19:43:05 +02:00
index.html Update CodeMirror to version 4.6 2014-10-05 19:43:05 +02:00
LICENSE Update CodeMirror to version 4.6 2014-10-05 19:43:05 +02:00
package.json Update CodeMirror to version 4.6 2014-10-05 19:43:05 +02:00
README.md Update CodeMirror to version 4.6 2014-10-05 19:43:05 +02:00

CodeMirror

Build Status NPM version

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 CONTRIBUTING.md