Skip to content

Bump rouge from 3.20.0 to 3.23.0

HIFIS Bot requested to merge dependabot/bundler/rouge-3.23.0 into master

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
    • Support tuple index expressions in Rust lexer (#1580 by Hugo Peixoto)
    • Fix floating point separators in Rust lexer (#1581 by Hugo Peixoto)
  • 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

  • General
    • Improve support for Unicode identifiers in various lexers (#1537 by Benjamin Galliot)
    • Fix YARD error when parsing LiveScript lexer (#1541 by Michael Camilleri)
  • 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
    • Support fat comma in Perl lexer (#1553 by Michael Camilleri)
    • Fix character escaping in Perl lexer (#1549 by Michael Camilleri)
  • PowerShell Lexer
    • Support ? in PowerShell lexer (#1559 by Michael Camilleri)
    • Support using grave character to escape characters in PowerShell lexer (#1551 by Michael Camilleri)
  • Rego Lexer
    • Fix identifier matching in Rego lexer (#1556 by Michael Camilleri)
... (truncated)
Commits

Merge request reports