move a few things away in to-be-integrated/
[myslice.git] / to-be-integrated / third-party / codemirror-3.15 / README.md
1 # CodeMirror
2 [![Build Status](https://secure.travis-ci.org/marijnh/CodeMirror.png?branch=master)](http://travis-ci.org/marijnh/CodeMirror)
3 [![NPM version](https://badge.fury.io/js/codemirror.png)](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 [CONTRIBUTING.md](https://github.com/marijnh/CodeMirror/blob/master/CONTRIBUTING.md)