Skip to content

Bump rouge from 3.18.0 to 3.19.0

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

Bumps rouge from 3.18.0 to 3.19.0.

Release notes

Sourced from rouge's releases.

v3.19.0

No new lexers this but release but we do have fixes for the JavaScript, Kotlin, Python, SPARQL and Turtle lexers. In addition, there have been some under the hood improvements to how keywords are generated for certain languages.

Stay safe everyone!

Changelog

Sourced from rouge's changelog.

version 3.19.0: 2020-05-13

Comparison with the previous version

  • General
    • Use qualified method name for calls to Kernel#load (#1503 by Michael Camilleri)
    • Update keyword-generation Rake tasks (#1500 by Michael Camilleri)
    • Add Rake task to generate keywords for LLVM lexer (#1505 by Michael Camilleri)
  • JavaScript Lexer
    • Add CommonJS file glob to JavaScript lexer (#1511 by Andrew)
  • Kotlin Lexer
    • Improve handling of numbers in Kotlin lexer (#1509 by Jen)
    • Add generic parameter keywords to Kotlin lexer (#1504 by Jen)
  • Python Lexer
    • Fix RuboCop grouped expression warning in Python lexer (#1513 by Michael Camilleri)
    • Allow Unicode in Python identifiers (#1510 by Niko Strijbol)
    • Fix escape sequences in Python's strings (#1508 by Michael Camilleri)
  • SPARQL Lexer
    • Support the 'a' keyword in SPARQL lexer (#1493 by Michael Camilleri)
  • Turtle Lexer
    • Allow empty prefix in Turtle lexer (#1494 by Michael Camilleri)
Commits

Merge request reports