Bump rouge from 3.19.0 to 3.20.0
Bumps rouge from 3.19.0 to 3.20.0.
Release notes
Sourced from rouge's releases.
v3.20.0
We've got some new lexers again! This release includes lexers for Augeas, BibTeX, HLSL, LiveScript, Velocity and Zig. On top of that, we have fixes for the C++, Diff, Haskell, HTML, JavaScript, JSX, OpenType Feature File, PowerShell, TSX and TypeScript lexers.
I'd like to especially call out @lkinasiewicz for the LiveScript lexer. This was originally submitted back in 2017 and it's great to have it finally part of Rouge! The backlog of outstanding PRs is still too long but we are slowly making progress. As I like to say: forward, not backward; upward, not forward; and always twirling, twirling, twirling towards freedom!
Changelog
Sourced from rouge's changelog.
version 3.20.0: 2020-06-10
Comparison with the previous version
- Augeas Lexer (NEW)
- Add Augeas lexer (#1521 by Raphaël Pinson)
- BibTeX Lexer (NEW)
- Add BibTeX lexer (#1360 by alexlihengwang)
- C++ Lexer
- Support scope resolution operator in C++ lexer (#1523 by Michael Camilleri)
- Diff Lexer
- Fix erroneous detection in Diff lexer (#1532 by Catalin)
- Haskell Lexer
- Improve support for single quotes in Haskell lexer (#1524 by Michael Camilleri)
- HLSL Lexer (NEW)
- Add HLSL lexer (#1520 by Mitch McClellan)
- HTML Lexer
- Add
*.cshtml
file glob to HTML lexer (#1522 by Michael Camilleri)- JavaScript Lexer
- Fix erroneous brace matching rule in JavaScript lexer (#1526 by Michael Camilleri)
- JSX Lexer
- Simplify JSX and TSX lexers (#1492 by Michael Camilleri)
- LiveScript Lexer (NEW)
- Add LiveScript lexer (#650 by FuriousBoar)
- OpenType Feature File Lexer
- Add new keywords to and fix bugs in OpenType feature file lexer (#1519 by Zachary Quinn Scheuren)
- PowerShell Lexer
- Fix incorrect predicate usage in PowerShell lexer (#1536 by Michael Camilleri)
- TSX Lexer
- TypeScript Lexer
- Velocity Lexer (NEW)
- Add Velocity lexer (#1518 by Michael Camilleri)
- Zig Lexer (NEW)
- Add Zig lexer (#1533 by Timmy Jose)
Commits
-
2e21536
Release v3.20.0 (#1540) -
661386a
Fix incorrect predicate usage in PowerShell lexer (#1536) -
45c3f41
Add HLSL lexer (#1520) -
60e4f8f
Improve support for single quotes in Haskell lexer (#1524) -
128abf0
Add Velocity lexer (#1518) -
646e551
Support scope resolution operator in C++ lexer (#1523) -
948008b
Add Zig lexer (#1533) -
3bba568
Add Augeas lexer (#1521) -
a5b35cf
Add *.cshtml file glob to HTML lexer (#1522) -
226a15a
Fix erroneous detection in Diff lexer (#1532) - Additional commits viewable in compare view