@@ -14,22 +14,24 @@ Version 2.8.0
14
14
15
15
Version 2.7.4
16
16
-------------
17
- (released January 9 , 2021)
17
+ (released January 12 , 2021)
18
18
19
19
- Updated lexers:
20
20
21
21
- Apache configurations: Improve handling of malformed tags (#1656)
22
- - Crystal (#1650)
22
+ - CSS: Add support for variables (#1633, #1666)
23
+ - Crystal (#1650, #1670)
23
24
- Coq (#1648)
24
- - Fortran: Add missing ``ONLY`` keyword (#1635)
25
+ - Fortran: Add missing keywords (#1635, #1665 )
25
26
- Ini (#1624)
26
27
- JavaScript and variants (#1647 -- missing regex flags, #1651)
27
- - Markdown (#1623)
28
+ - Markdown (#1623, #1617 )
28
29
- Shell
29
30
30
31
- Lex trailing whitespace as part of the prompt (#1645)
31
32
- Add missing ``in`` keyword (#1652)
32
33
34
+ - SQL - Fix keywords (#1668)
33
35
- Typescript: Fix incorrect punctuation handling (#1510, #1511)
34
36
35
37
- Fix infinite loop in SML lexer (#1625)
@@ -40,9 +42,10 @@ Version 2.7.4
40
42
- Fix the raw token lexer handling of Unicode (#1616)
41
43
- Revert a private API change in the HTML formatter (#1655) --
42
44
please note that private APIs remain subject to change!
43
- - Add Dracula theme style (#1636)
45
+ - Add Dracula theme style (#1631, # 1636)
44
46
- Fix several exponential/cubic-complexity regexes found by
45
47
Ben Caller/Doyensec (#1675)
48
+ - Fix incorrect MATLAB example (#1582)
46
49
47
50
Thanks to Google's OSS-Fuzz project for finding many of these bugs.
48
51
0 commit comments