Skip to content

Commit

Permalink
Updated Changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
orbitalquark committed Apr 29, 2024
1 parent b789dde commit c56fe56
Showing 1 changed file with 28 additions and 1 deletion.
29 changes: 28 additions & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,34 @@

[Atom Feed](https://github.com/orbitalquark/scintillua/releases.atom)

### 6.2 (27 Jul 2022)
### 6.3 (29 Apr 2024)

Download:

* [Scintillua 6.3][]

Bugfixes:

* Fixed Julia lexer incorrectly highlighting some multi-byte characters as operators.
* Fixed legacy support for `lexer.fold_consecutive_lines()`.
* Fixed Bash lexer highlighting related to '${}' variables and '#' in variables and escape sequences.
* Fixed some instances of proxy lexers not having an initial rule.
* Avoid accidental changes to legacy `lexer.styles` table.
* Fixed Perl lexer errors for some operators that occur at the end of input.

Changes:

* Updated Hare lexer with various improvements.
* Updated Markdown lexer to recognize `~~~` code blocks.
* Migrated fstab, Matlab, and Meson lexers.
* Disabled conditional and arithmetic operator highlighting in Bash, improving performance.
* Updated the Perl lexer highlight the `y` operator like `tr`.
* Updated the AutoHotkey lexer with more keywords and fold points.
* Updated the Rust lexer to simplify number highlighting.

[Scintillua 6.3]: https://github.com/orbitalquark/scintillua/releases/download/scintillua_6.3/scintillua_6.3.zip

### 6.2 (27 Jul 2023)

Download:

Expand Down

0 comments on commit c56fe56

Please sign in to comment.