freeCodeCamp/public/js/lib/codemirror
terakilobyte 5bcffa3ccb Add necessary emmet js file 2015-06-06 20:17:35 -04:00
..
addon Add necessary emmet js file 2015-06-06 20:17:35 -04:00
bin The smoke rises 2015-01-10 15:21:03 -05:00
demo The smoke rises 2015-01-10 15:21:03 -05:00
doc Github => GitHub 2015-05-20 16:29:05 +02:00
keymap The smoke rises 2015-01-10 15:21:03 -05:00
lib Improving bonfire layout to remove the need for scrolling and allow the input and output elements to grow dynamically with user input 2015-01-21 18:10:21 -05:00
mode The smoke rises 2015-01-10 15:21:03 -05:00
test The smoke rises 2015-01-10 15:21:03 -05:00
theme Refactor routing, minor display tweaks 2015-01-27 20:12:51 -05:00
.gitattributes The smoke rises 2015-01-10 15:21:03 -05:00
.gitignore The smoke rises 2015-01-10 15:21:03 -05:00
.travis.yml The smoke rises 2015-01-10 15:21:03 -05:00
AUTHORS The smoke rises 2015-01-10 15:21:03 -05:00
CONTRIBUTING.md The smoke rises 2015-01-10 15:21:03 -05:00
LICENSE The smoke rises 2015-01-10 15:21:03 -05:00
README.md The smoke rises 2015-01-10 15:21:03 -05:00
bower.json The smoke rises 2015-01-10 15:21:03 -05:00
index.html The smoke rises 2015-01-10 15:21:03 -05:00
package.json The smoke rises 2015-01-10 15:21:03 -05: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