@codemirror/legacy-modes
Advanced tools
Changelog
6.4.2 (2024-11-05)
Fix an issue in the Groovy mode where interpolated variable style would continue after whitespace.
Add support for underscore separators in numbers in the Dart mode.
Changelog
6.4.1 (2024-08-15)
Stop treating closing brackets as brackets in the Common Lisp mode.
Fix a bug where the Stylus mode would crash when queried for indentation.
Changelog
6.4.0 (2024-04-05)
Only match Solr operator words when they are upper-case.
Fix an infinite loop when tokenizing heredoc strings in the Crystal mode.
Add the old Pug mode.
Changelog
6.3.1 (2022-11-24)
In JavaScript, properly parse keywords like static
when in front of a private property.
Changelog
6.2.0 (2022-10-24)
Include type declarations for mode/simple-mode.js.
Include a name for each mode in the stream parser objects.
Changelog
6.1.0 (2022-06-17)
Add structured concurrency keywords to the Swift mode. Update readme to follow interface changes
Adds the Sass mode from CodeMirror 5.