stylus/codemirror
tophf d25531977e CodeMirror 5.2.1 update
* keep our custom css-lint.js, no changes in upstream
* use newer show-hint.js - {completeSingle: true} was broken in 5.2.0
* use newer search.js - replace() didn't use previous search query in 5.2.0
2015-05-04 22:06:55 +03:00
..
addon CodeMirror 5.2.1 update 2015-05-04 22:06:55 +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 CodeMirror 5.2.1 update 2015-05-04 22:06:55 +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