rouge v3.28.0 Release Notes
Release Date: 2022-01-26 // 4 months 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)
- C Lexer
Previous changes from v3.27.0
-
๐ Comparison with the previous version
- Ceylon Lexer
- Backtracking fix in interpolation regex (#1773 by thewoolleyman)
- Dafny Lexer
- Add Dafny Lexer (#1647 by davidcok, mschlaipfer)
- Elixir Lexer
- Add support for HEEX templates (#1736 by sineed
- Rust Lexer
- Fix lexing of integers, escapes, identifiers, unicode idents, keywords and builtins, byte strings and multiline and doc comments (#1711 by thomcc)
- SQL Lexer
- Swift Lexer
- Add 5.5 keywords (#1715 by johnfairh))
- Rouge CI
- Migrate from Travis CI to GitHub (#1728 by Geod24)
- ๐ Documentation
- Ceylon Lexer