rouge v3.28.0 Release Notes

Release Date: 2022-01-26 // about 2 years ago
  • ๐Ÿ’Ž Comparison with the previous version

    • C Lexer
      • Fix highlight of #include statement (#1770 by cdown)
    • Console Lexer
      • Fix issue with console line ends with backlash (#1779 by mojavelinux)
    • CPP Lexer
      • Add keywords and operators introduced in C++20 (#1784 by tchaikov)
    • Cypher Lexer
      • Support multi-line comments (#1710 by Mogztter)
    • Dart Lexer
      • Add new keywords and types (#1691 by parlough)
    • ๐Ÿ†• Fluent Lexer (NEW)
      • Add Fluent lexer (#1697 by rkh)
    • HCL Lexer
      • Add new file extensions (#1769 by maximd)
    • JSX Lexer
      • Allow dashes in attribute names (#1650 by bpl)
    • Kotlin Lexer
      • Fix highlight of interface, nullable type and generic property (#1762 by vidarh)
    • Rust Lexer
      • Update keywords for a new version (#1649 by nsfisis)
    • SPARQL Lexer
      • Support unicode names (#1654 by jakubklimek)
    • ๐Ÿ†• Stan Lexer (NEW)
      • Add Stan lexer (#1735 by jgaeb)
    • ๐Ÿ†• Stata Lexer (NEW)
      • Add Stata lexer (#1637 by reifjulian)
    • TOML Lexer
      • Support quoted keys (#1777 by tancnle)
    • ๐Ÿ›  Fix visual test app on Ruby 3.0 (#1696 by rkh)