Bump rouge from 3.13.0 to 3.14.0
Bumps rouge from 3.13.0 to 3.14.0.
Release notes
Sourced from rouge's releases.
v3.14.0
This release includes fixes for the JSONDOC, Liquid, Magik and TOML lexers as well as the addition of the NES Assembly and Slice lexers.
If all goes according to plan, this will be the last release for 2019. Thanks to all the contributors who improved Rouge—this library wouldn't be what it is without you. See you all again in the new year!
Changelog
Sourced from rouge's changelog.
version 3.14.0: 2019-12-11
Comparison with the previous version
- General
- JSONDOC Lexer
- Update state names in json-doc lexer (#1364 by Maxime Kjaer)
- Liquid Lexer
- Add pattern for matching filenames to the Liquid lexer (#1351 by Eric Knibbe)
- Magik Lexer
- Add
_finally
keyword to Magik lexer (#1365 by Steven Looman)- NES Assembly Lexer (NEW)
- Add NES Assembly lexer (#1354 by Yury Sinev)
- Slice Lexer (NEW)
- Add Slice lexer (#867 by jolkdarr)
- TOML Lexer
- Add support for inline tables to TOML lexer (#1359 by Michael Camilleri)
Commits
-
7e04388
Release v3.14.0 (#1373) -
d0aa1d2
Fix lexing of comments at the EOF (#1371) -
4bc1b33
Add pattern for matching filenames to the Liquid lexer (#1351) -
eda009b
Fix typo in README.md (#1367) -
184848a
Add Slice lexer (#867) -
b8b955c
Add support for inline tables to TOML lexer (#1359) -
3da22f9
Add _finally keyword to Magik lexer (#1365) -
c75ec1a
Update state names in json-doc lexer (#1364) -
374ee22
Add NES Assembly lexer (#1354) - See full diff in compare view