Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | 28-Aug-2021 | - | ||||
addon/ | H | 28-Aug-2021 | - | 451 | 393 | |
keymap/ | H | 03-May-2022 | - | |||
lib/ | H | 03-May-2022 | - | 333 | 290 | |
mode/ | H | 03-May-2022 | - | 41 | 36 | |
theme/ | H | 28-Aug-2021 | - | 1,915 | 1,647 | |
AUTHORS | H A D | 28-Aug-2021 | 6.1 KiB | 475 | 473 | |
CONTRIBUTING.md | H A D | 28-Aug-2021 | 3.6 KiB | 89 | 68 | |
LICENSE | H A D | 28-Aug-2021 | 1.1 KiB | 20 | 16 | |
README.md | H A D | 28-Aug-2021 | 1.2 KiB | 28 | 22 | |
bower.json | H A D | 28-Aug-2021 | 279 | 18 | 17 | |
package.json | H A D | 28-Aug-2021 | 816 | 21 | 20 |
README.md
1# CodeMirror 2[![Build Status](https://travis-ci.org/codemirror/CodeMirror.svg)](https://travis-ci.org/codemirror/CodeMirror) 3[![NPM version](https://img.shields.io/npm/v/codemirror.svg)](https://www.npmjs.org/package/codemirror) 4[Funding status: ![maintainer happiness](https://marijnhaverbeke.nl/fund/status_s.png?again)](https://marijnhaverbeke.nl/fund/) 5 6CodeMirror is a versatile text editor implemented in JavaScript for 7the browser. It is specialized for editing code, and comes with over 8100 language modes and various addons that implement more advanced 9editing functionality. 10 11A rich programming API and a CSS theming system are available for 12customizing CodeMirror to fit your application, and extending it with 13new functionality. 14 15You can find more information (and the 16[manual](http://codemirror.net/doc/manual.html)) on the [project 17page](http://codemirror.net). For questions and discussion, use the 18[discussion forum](http://discuss.codemirror.net/). 19 20See 21[CONTRIBUTING.md](https://github.com/codemirror/CodeMirror/blob/master/CONTRIBUTING.md) 22for contributing guidelines. 23 24The CodeMirror community aims to be welcoming to everybody. We use the 25[Contributor Covenant 26(1.1)](http://contributor-covenant.org/version/1/1/0/) as our code of 27conduct. 28