Skip to content

Bump rouge from 3.16.0 to 3.17.0

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

Bumps rouge from 3.16.0 to 3.17.0.

Release notes

Sourced from rouge's releases.

v3.17.0

This release includes the ECL lexer as a new lexer. It also incorporates fixes for the CoffeeScript, Markdown, NASM, Ruby, Scala and Varnish lexers. Enjoy your syntax highlighting! 🎉

Changelog

Sourced from rouge's changelog.

version 3.17.0: 2020-03-11

Comparison with the previous version

  • General
    • Fix name of splat expansion Rubocop rule (#1451 by Hiroki Noda)
  • CoffeeScript Lexer
    • Improve regex and string lexing in CoffeeScript lexer (#1441 by Michael Camilleri)
  • ECL Lexer (NEW)
    • Add ECL lexer (#1396 by David de Hilster)
  • Markdown Lexer
    • Fix brackets in links in Markdown lexer (#1445 by Marcel Amirault)
    • Fix fenced code blocks in Markdown lexer (#1442 by Michael Camilleri)
  • NASM Lexer
    • Rewrite NASM lexer (#1428 by Michael Camilleri)
  • Ruby Lexer
    • Support additional number literals in the Ruby lexer (#1456 by FUJI Goro)
  • Scala Lexer
    • Fix symbol lexing in Scala lexer (#1438 by Michael Camilleri)
  • Varnish Lexer
    • Add support for Fastly extensions to Varnish lexer (#1454 by FUJI Goro)
Commits

Merge request reports