Bump rouge from 3.20.0 to 3.23.0
Bumps rouge from 3.20.0 to 3.23.0.
Release notes
Sourced from rouge's releases.
v3.23.0
This release has two new lexers: one for PostScript and one for systemd unit files. There's also fixes for the Kotlin, Ruby and Rust lexers. Thanks to all the contributors who help make Rouge better. Don't forget to wear a mask!
v3.22.0
This is a small release with just one update: a major rewrite of the PHP lexer. Hopefully the improved level of detail makes your PHP code look prettier but do report any issues you find with it!
v3.21.0
This release has three new lexers, one for BrightScript, one for Janet and one for SSH Config. There's also fixes for the Batchfile, C++, Jinja, Perl, PowerShell, Rego, Sass, SCSS and Twig lexers. Happy highlighting!
Changelog
Sourced from rouge's changelog.
version 3.23.0: 2020-09-09
Comparison with the previous version
- Kotlin Lexer
- Fix handling of ::class in Kotlin lexer (#1572 by Manuel Dossinger)
- PostScript Lexer (NEW)
- Add PostScript lexer (#1578 by Liam Cooke)
- Ruby Lexer
- Handle % like / in Ruby lexer (#1563 by Jeanine Adkisson)
- Rust Lexer
- systemd Lexer (NEW)
- Add systemd lexer (#1568 by Jean-Louis Jouannic)
version 3.22.0: 2020-08-12
Comparison with the previous version
- PHP Lexer
- Rewrite PHP lexer to support use statements, function declarations and type declarations (#1489 by Michael Camilleri)
version 3.21.0: 2020-07-15
Comparison with the previous version
... (truncated)
- General
- Batchfile Lexer
- Allow @ before REM in Batchfile lexer (#1545 by Konrad Borowski)
- BrightScript Lexer (NEW)
- Add BrightScript lexer (#1544 by domRowan)
- C++ Lexer
- Support template parameter packs in C++ lexer (#1555 by Michael Camilleri)
- Docker Lexer
- Remove docker_ file glob from Docker lexer (#1550 by Michael Camilleri)
- Janet Lexer (NEW)
- Add Janet lexer (#1558 by sogaiu)
- Jinja Lexer
- Fix nesting of raw and verbatim tags in Jinja/Twig lexers (#1552 by Michael Camilleri)
- Perl Lexer
- PowerShell Lexer
- Rego Lexer
- Fix identifier matching in Rego lexer (#1556 by Michael Camilleri)
Commits
-
593f3c9
Release v3.23.0 (#1582) -
eef2a4f
Fix handling of ::class in Kotlin lexer (#1572) -
f039145
Add systemd lexer (#1568) -
2d4976c
Handle % like / in Ruby lexer (#1563) -
a889401
Add PostScript lexer (#1578) -
1bd8eb1
Support tuple index expressions in Rust lexer (#1580) -
6c9d1b7
Fix floating point separators in Rust lexer (#1581) -
a9fdd44
Release v3.22.0 (#1574) -
ba2d158
Rewrite PHP lexer to support use statements, function declarations and type d... -
76497f8
Release v3.21.0 (#1560) - Additional commits viewable in compare view