Skip to content

Bump rouge from 3.28.0 to 3.29.0

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

Bumps rouge from 3.28.0 to 3.29.0.

Release notes

Sourced from rouge's releases.

v3.29.0

We bring you 5 new exciting lexers in this release: Idris, Lean, Syzlang and Syzprog lexer. There are also some fixes and improvements on Docker, Matlab and Python lexer.

Furthermore, we have made some improvements in Rouge and Rouge CI. We are now running Ruby 3.1 as part of our CI. As part of this release, we also introduced Code of Conduct v2.1.

Thank you to all of the amazing contributors for your help and continuous support!

New Contributors

Full Changelog: https://github.com/rouge-ruby/rouge/compare/v3.28.0...v3.29.0

Changelog

Sourced from rouge's changelog.

version 3.29.0: 2022-05-30

Comparison with the previous version

  • General
    • Stop checking encoding names (#1806 by casperisfine)
  • Docker Lexer
    • Fix notation of named stages in multi-stage docker builds (#1809 by bartbroere)
  • Idris Lexer
    • Add support for Idris language (#1464 by bmwant)
  • Lean Lexer (NEW)
    • Initial support for lean 3 (#1798 by kunigami)
  • Matlab Lexer
    • Add new Matlab keywords (fixes #1589) (#1669 by siko1056)
  • PLSQL Lexer (NEW)
    • Oracle PLSQL lexer (suitable for Oracle SQL as well) (#1811 by lee-lindley)
  • Python Lexer
    • Python: Support conversion specifiers in format strings (#1801 by chvp)
  • Syzlang and Syzprog Lexer (NEW)
    • Add lexers for syzkaller DSLs (#1699 by xairy)
    • Highlight shortened lists for syzlang DSL (#1808 by xairy)
  • Rouge CI
    • Run Rubocop and Profile CI on CI build once (#1805 by tancnle)
    • Add linting for new lines (#1790 by tancnle)
    • Add Ruby 3.1 to CI (#1791 by petergoldstein)
  • Documentation
    • Add Code of Conduct v2.1 (#1821 by tancnle)
    • Add new lexers to supported language doc (#1810 by tancnle)
Commits

Merge request reports