@@ -13,25 +13,33 @@ Version 2.20.0
1313
1414- Updated lexers:
1515
16+ * archetype: Fix catastrophic backtracking in GUID and ID patterns (#3064)
17+ * ASN.1: Recognize minus sign and fix range operator (#3014, #3060)
1618 * C++: Add C++26 keywords (#2955), add integer literal suffixes (#2966)
19+ * ComponentPascal: Fix ``analyse_text`` (#3028, #3032)
1720 * Coq renamed to Rocq (#2883, #2908)
1821 * Cython: Various improvements (#2932, #2933)
22+ * Debian control: Improve architecture parsing (#3052)
23+ * Devicetree: Add support for overlay/fragments (#3021), add bytestring support (#3022), fix catastrophic backtracking (#3057)
1924 * Fennel: Various improvements (#2911)
2025 * Java: Add module keywords (#2955)
2126 * Lean4: Add operators ``]'``, ``]?``, ``]!`` (#2946)
2227 * LESS: Support single-line comments (#3005)
2328 * LilyPond: Update to 2.25.29 (#2974)
24- * Macaulay2: Update to 1.25.05 (#2893)
29+ * LLVM: Support C-style comments (#3023, #2978)
30+ * Lua(u): Fix catastrophic backtracking (#3047)
31+ * Macaulay2: Update to 1.25.05 (#2893), 1.25.11 (#2988)
2532 * Mathematica: Various improvements (#2957)
2633 * meson: Add additional operators (#2919)
2734 * MySQL: Update keywords (#2970)
2835 * org-Mode: Support both schedule and deadline (#2899)
29- * PHP: Add ``__PROPERTY__`` magic constant (#2924)
36+ * PHP: Add ``__PROPERTY__`` magic constant (#2924), add reserved keywords (#3002)
37+ * PostgreSQL: Add more keywords (#2985)
3038 * protobuf: Fix namespace tokenization (#2929)
3139 * Python: Add ``t``-string support (#2973, #3009, #3010)
3240 * Tablegen: Fix infinite loop (#2972, #2940)
3341 * Tera Term macro: Add commands introduced in v5.3 through v5.6 (#2951)
34- * TOML: Support TOML 1.1.0 (#3026)
42+ * TOML: Support TOML 1.1.0 (#3026, #3027 )
3543 * Turtle: Allow empty comment lines (#2980)
3644 * XML: Added ``.xbrl`` as file ending (#2890, #2891)
3745
@@ -40,6 +48,8 @@ Version 2.20.0
4048- Update ``onedark`` style to support more token types (#2977)
4149- Update ``rtt`` style to support more token types (#2895)
4250- Cache entry points to improve performance (#2979)
51+ - Fix ``xterm-256`` color table (#3043)
52+ - Fix ``kwargs`` dictionary getting mutated on each call (#3044)
4353
4454Version 2.19.2
4555--------------
0 commit comments