No description
| README.md | ||
The code for the CodeMirror editor
This project uses a central issue tracker for most packages. Documentation and further info can be found on the website.
The core packages of the project are
- @codemirror/state implements editor state
- @codemirror/view holds the editor UI component
- @codemirror/language provides programming language integration
- @codemirror/commands implements editing commands and key bindings
The various @codemirror/lang-* packages provide support for specific programming languages. Further extensions, like autocompletion, collaborative editing, a search interface, linting, and a compare/merge interface come in separate packages.