CodeMirror 5.65 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

CodeMirror 5.65 is released.

Changelog

Bug fixes

  • brace-folding addon: Fix broken folding on lines with both braces and square brackets.

New features

Download