Go to file
Beni Cherniavsky-Paskin f65d506225 [bidi demo] Expose global direction, rtlMoveVisually and per-line direction keys. 2014-12-11 16:51:03 +01:00
addon [python-hint addon] Delete 2014-12-10 17:25:12 +01:00
bin Restore version field in bower.json 2014-05-26 00:09:31 +02:00
demo [bidi demo] Expose global direction, rtlMoveVisually and per-line direction keys. 2014-12-11 16:51:03 +01:00
doc [soy mode] Integrate, fix innerMode 2014-12-11 09:42:41 +01:00
keymap [emacs keymap] Make delete and backspace delete region, if active 2014-12-09 08:32:07 +01:00
lib Try to make horizontal motion properly move across lines in rtl mode 2014-12-11 16:51:03 +01:00
mode [soy mode] Integrate, fix innerMode 2014-12-11 09:42:41 +01:00
test Try to make horizontal motion properly move across lines in rtl mode 2014-12-11 16:51:03 +01:00
theme [zenburn theme] Add 2014-12-07 20:38:44 +01:00
.gitattributes Force correct line endings in text files 2012-12-10 12:24:10 +01:00
.gitignore Added IntelliJ files to .gitignore 2014-10-09 09:58:36 +02:00
.travis.yml Remove obsolete before_script section in .travis.yml 2012-09-03 10:15:16 +02:00
AUTHORS Mark version 4.8.0 2014-11-22 09:53:54 +01:00
CONTRIBUTING.md Link to new discussion forum 2014-10-24 21:10:48 +02:00
LICENSE [LICENCE] use current year 2014-03-15 10:04:16 +01:00
README.md Also update the actual link to Travis 2014-09-23 23:05:19 +02:00
bower.json Bump version number post-4.8 2014-11-22 09:59:37 +01:00
index.html [project page] Use non-breaking space to make doctype readable 2014-12-08 15:26:33 +01:00
package.json Bump version number post-4.8 2014-11-22 09:59:37 +01:00

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