CodeMirror is a versatile text editor implemented in JavaScript for the browser. It is specialized for editing code, and comes with a number of language modes and addons that implement more advanced editing functionality.
This project defines a CodeMirror mode for Controlled English.
- Syntax highlighting
- Autocomplete
- Line numbers
- Auto indentation
You can install this using bower:
bower install --save codemirror-ce
You can run the example by opening index.html
in your browser.
- Linting