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.
Stop treating closing brackets as brackets in the Common Lisp mode.
Fix a bug where the Stylus mode would crash when queried for indentation.
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.
In Shell mode, don't allow spaces in heredoc tokens.
Fix tokenizing of character literals in the Scala mode.
In JavaScript, properly parse keywords like static
when in front of a private property.
Add the old PegJS mode.
Include type declarations for mode/simple-mode.js.
Include a name for each mode in the stream parser objects.
Add structured concurrency keywords to the Swift mode. Update readme to follow interface changes
Adds the Sass mode from CodeMirror 5.
Add line comment syntax metadata to the Toml mode.
Update dependencies to 0.20.0
Fix an issue causing the Lua mode to indent everything one unit too far.
Fix a bug in the Swift mode when indenting an empty block after exploding with insertNewlineAndIndent
.
Update dependencies to 0.19.0
Fix internal imports to include the extension in the path.
Update dependencies to 0.18.
The package now also exports CommonJS modules.
The package now also exports a CommonJS module.
First numbered release.