• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..28-Aug-2021-

addon/H28-Aug-2021-451393

keymap/H03-May-2022-

lib/H03-May-2022-333290

mode/H03-May-2022-4136

theme/H28-Aug-2021-1,9151,647

AUTHORSH A D28-Aug-20216.1 KiB475473

CONTRIBUTING.mdH A D28-Aug-20213.6 KiB8968

LICENSEH A D28-Aug-20211.1 KiB2016

README.mdH A D28-Aug-20211.2 KiB2822

bower.jsonH A D28-Aug-2021279 1817

package.jsonH A D28-Aug-2021816 2120

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