File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,10 @@ Grammars:
1919- enh(java) add permits keyword to java [ MBoegers] [ ]
2020- fix(javascript/typescript) correct identifier matching when using numbers [ Lachlan Heywood] [ ]
2121
22+ Improvements:
23+
24+ - Documentation typo fix by [ Eddymens] [ ]
25+
2226[ matyklug18 ] : https://github.com/matyklug18
2327[ Josh Goebel ] : https://github.com/joshgoebel
2428[ Josh Temple ] : https://github.com/joshtemple
@@ -29,6 +33,7 @@ Grammars:
2933[ The Flix Organisation ] : https://github.com/flix
3034[ MBoegers ] : https://github.com/MBoegers
3135[ Lachlan Heywood ] : https://github.com/lachieh
36+ [ Eddymens ] : https://github.com/eddymens
3237
3338## Version 11.6.0
3439
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ highlight
1515Core highlighting function. Accepts the code to highlight (string) and a list of options (object).
1616The ``language `` parameter must be present and specify the language name or alias
1717of the grammar to be used for highlighting.
18- The ``ignoreIllegals `` is an optional parameter than when true forces highlighting
18+ The ``ignoreIllegals `` is an optional parameter that when `` true `` forces highlighting
1919to finish even in case of detecting illegal syntax for the
2020language instead of throwing an exception.
2121
You can’t perform that action at this time.
0 commit comments