| 1 |
# CodeMirror |
| 2 |
[](http://travis-ci.org/marijnh/CodeMirror](http://travis-ci.org/marijnh/CodeMirror](http://travis-ci.org/marijnh/CodeMirror) |
| 3 |
[](http://badge.fury.io/js/codemirror](http://badge.fury.io/js/codemirror](http://badge.fury.io/js/codemirror) |
| 4 |
|
| 5 |
CodeMirror is a JavaScript component that provides a code editor in |
| 6 |
the browser. When a mode is available for the language you are coding |
| 7 |
in, it will color your code, and optionally help with indentation. |
| 8 |
|
| 9 |
The project page is http://codemirror.net |
| 10 |
The manual is at http://codemirror.net/doc/manual.html |
| 11 |
The contributing guidelines are in [](https://github.com/marijnh/CodeMirror/blob/master/CONTRIBUTING.mdCONTRIBUTING.md](https://github.com/marijnh/CodeMirror/blob/master/CONTRIBUTING.md](https://github.com/marijnh/CodeMirror/blob/master/CONTRIBUTING.md) |
| 12 |
|