Skip to content

Bump rouge from 3.22.0 to 3.23.0

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

Bumps rouge from 3.22.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!

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)
Commits

Merge request reports