You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Version 6.4.3
### Bug fixes
Make Pascal keyword matching case-insensitive.
Fix a crash in simple-mode.js when using the `dontIndentStates` feature.
Fix a bug in tokenizing multiline strings in xQuery.
Version 6.4.2
### Bug fixes
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.
Version 6.4.1
### Bug fixes
Stop treating closing brackets as brackets in the Common Lisp mode.
Fix a bug where the Stylus mode would crash when queried for indentation.
Version 6.4.0
### Bug fixes
Only match Solr operator words when they are upper-case.
Fix an infinite loop when tokenizing heredoc strings in the Crystal mode.
### New features
Add the old Pug mode.