You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
typesetting/pitfall/pdfkit/node_modules/codemirror
Matthew Butterick 3f36e2ce2c porting 7 years ago
..
addon porting 7 years ago
bin porting 7 years ago
demo porting 7 years ago
doc porting 7 years ago
keymap porting 7 years ago
lib porting 7 years ago
mode porting 7 years ago
test porting 7 years ago
theme porting 7 years ago
.gitattributes porting 7 years ago
.npmignore porting 7 years ago
.travis.yml porting 7 years ago
AUTHORS porting 7 years ago
CONTRIBUTING.md porting 7 years ago
LICENSE porting 7 years ago
README.md porting 7 years ago
bower.json porting 7 years ago
index.html porting 7 years ago
measure_scroll.txt porting 7 years ago
package.json porting 7 years ago

README.md

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