mediawiki-extensions-CodeMi.../resources/lib/codemirror
Pavel Astakhov ae450a5c3c refactor and extend usability (v 3.0.0)
* add on/off button to toolbar
* add highlighting table, hr ----, sign ~~~
* update codemirror lib to 4.7
* fix font size

Change-Id: Idd5775d6c80a18406aee7b8ab51691f26038764c
2014-10-23 12:09:10 +06:00
..
addon refactor and extend usability (v 3.0.0) 2014-10-23 12:09:10 +06:00
keymap refactor and extend usability (v 3.0.0) 2014-10-23 12:09:10 +06:00
lib refactor and extend usability (v 3.0.0) 2014-10-23 12:09:10 +06:00
mode refactor and extend usability (v 3.0.0) 2014-10-23 12:09:10 +06:00
theme refactor and extend usability (v 3.0.0) 2014-10-23 12:09:10 +06:00
AUTHORS refactor and extend usability (v 3.0.0) 2014-10-23 12:09:10 +06:00
CONTRIBUTING.md refactor and extend usability (v 3.0.0) 2014-10-23 12:09:10 +06:00
LICENSE refactor and extend usability (v 3.0.0) 2014-10-23 12:09:10 +06:00
README.md refactor and extend usability (v 3.0.0) 2014-10-23 12:09:10 +06:00

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