CodeMirror 5.59.4 releases, multi-function online code editor
CodeMirror is a versatile text editor implemented in JavaScript for the browser. It is specialized for editing code, and comes with over 100 language modes and various addons that implement more advanced editing functionality. Every language comes with fully-featured code and syntax highlighting to help with reading and editing complex code.
CodeMirror works with language-specific modes. Modes are JavaScript programs that help color (and optionally indent) text written in a given language. The distribution comes with a number of modes (see the mode/ directory), and it isn’t hard to write new ones for other languages.
CodeMirror 5.59.4 is released.
Changelog
Bug fixes
Give the scrollbar corner filler a background again, to prevent content from peeping through between the scrollbars.