stylus/codemirror
2015-05-27 21:03:25 +03:00
..
addon Editor: add toggle/line/block comment commands 2015-05-27 21:03:25 +03:00
bin Upgrade CodeMirror to 5.0 #43 2015-02-24 20:42:17 -06:00
keymap CodeMirror 5.2.1 update 2015-05-04 22:06:55 +03:00
lib fix CodeMirror.normalizeKeyMap 2015-05-13 20:24:20 +03:00
mode/css CodeMirror 5.2.1 update 2015-05-04 22:06:55 +03:00
theme CodeMirror 5.2.1 update 2015-05-04 22:06:55 +03:00
.gitattributes Update CodeMirror to version 4.6 2014-10-05 19:43:05 +02:00
.gitignore CodeMirror 5.2.1 update 2015-05-04 22:06:55 +03:00
.travis.yml CodeMirror 5.2.1 update 2015-05-04 22:06:55 +03:00
AUTHORS CodeMirror 5.2.1 update 2015-05-04 22:06:55 +03:00
bower.json CodeMirror 5.2.1 update 2015-05-04 22:06:55 +03:00
CONTRIBUTING.md Upgrade CodeMirror to 5.0 #43 2015-02-24 20:42:17 -06:00
index.html CodeMirror 5.2.1 update 2015-05-04 22:06:55 +03:00
LICENSE Update CodeMirror to version 4.6 2014-10-05 19:43:05 +02:00
package.json CodeMirror 5.2.1 update 2015-05-04 22:06:55 +03:00
README.md CodeMirror 5.2.1 update 2015-05-04 22:06:55 +03: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