stylus/codemirror
2015-03-03 21:16:24 +03:00
..
addon Edit style: autocomplete on Ctrl-Space using CodeMirror hint addon 2015-03-03 21:16:24 +03:00
bin Upgrade CodeMirror to 5.0 #43 2015-02-24 20:42:17 -06:00
keymap Upgrade CodeMirror to 5.0 #43 2015-02-24 20:42:17 -06:00
lib Upgrade CodeMirror to 5.0 #43 2015-02-24 20:42:17 -06:00
mode/css Upgrade CodeMirror to 5.0 #43 2015-02-24 20:42:17 -06:00
theme Upgrade CodeMirror to 5.0 #43 2015-02-24 20:42:17 -06: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 Upgrade CodeMirror to 5.0 #43 2015-02-24 20:42:17 -06:00
bower.json Upgrade CodeMirror to 5.0 #43 2015-02-24 20:42:17 -06:00
CONTRIBUTING.md Upgrade CodeMirror to 5.0 #43 2015-02-24 20:42:17 -06:00
index.html Upgrade CodeMirror to 5.0 #43 2015-02-24 20:42:17 -06:00
LICENSE Update CodeMirror to version 4.6 2014-10-05 19:43:05 +02:00
package.json Upgrade CodeMirror to 5.0 #43 2015-02-24 20:42:17 -06:00
README.md Upgrade CodeMirror to 5.0 #43 2015-02-24 20:42:17 -06:00

CodeMirror

Build Status NPM version
Funding status: maintainer happiness

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