@@ -14,22 +14,24 @@ Version 2.8.0
1414
1515Version 2.7.4
1616-------------
17- (released January 9 , 2021)
17+ (released January 12 , 2021)
1818
1919- Updated lexers:
2020
2121 - Apache configurations: Improve handling of malformed tags (#1656)
22- - Crystal (#1650)
22+ - CSS: Add support for variables (#1633, #1666)
23+ - Crystal (#1650, #1670)
2324 - Coq (#1648)
24- - Fortran: Add missing ``ONLY`` keyword (#1635)
25+ - Fortran: Add missing keywords (#1635, #1665 )
2526 - Ini (#1624)
2627 - JavaScript and variants (#1647 -- missing regex flags, #1651)
27- - Markdown (#1623)
28+ - Markdown (#1623, #1617 )
2829 - Shell
2930
3031 - Lex trailing whitespace as part of the prompt (#1645)
3132 - Add missing ``in`` keyword (#1652)
3233
34+ - SQL - Fix keywords (#1668)
3335 - Typescript: Fix incorrect punctuation handling (#1510, #1511)
3436
3537- Fix infinite loop in SML lexer (#1625)
@@ -40,9 +42,10 @@ Version 2.7.4
4042- Fix the raw token lexer handling of Unicode (#1616)
4143- Revert a private API change in the HTML formatter (#1655) --
4244 please note that private APIs remain subject to change!
43- - Add Dracula theme style (#1636)
45+ - Add Dracula theme style (#1631, # 1636)
4446- Fix several exponential/cubic-complexity regexes found by
4547 Ben Caller/Doyensec (#1675)
48+ - Fix incorrect MATLAB example (#1582)
4649
4750Thanks to Google's OSS-Fuzz project for finding many of these bugs.
4851
0 commit comments