Skip to content

Commit

Permalink
(chore) clean up changelog for release
Browse files Browse the repository at this point in the history
  • Loading branch information
joshgoebel committed Apr 29, 2023
1 parent 2fa5786 commit 4e480d6
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
## Version 11.8.0

Improvements:
Parser engine:

- added a function to default export to generate a fresh highlighter instance to be used by extensions [WisamMechano][]
- added BETA `__emitTokens` key to grammars to allow then to direct their own parsing, only using Highlight.js for the HTML rendering [Josh Goebel][]
- (enh) add `removePlugin` api [faga295][]
- (fix) typo in language name of `JavaScript` [Cyrus Kao][]

New Grammars:

- added 3rd party Lang grammar to SUPPORTED_LANGUAGES [AdamRaichu][]
- added 3rd party C3 grammar to SUPPORTED_LANGUAGES [aliaegik][]

Grammars:
Core Grammars:

- enh(sql) support `_` in variable names [joshgoebel][]
- enh(mathematica) update keywords list to 13.2.1 [arnoudbuzing][]
Expand All @@ -27,11 +29,6 @@ Grammars:
- enh(python) improve autodetection of code with type hinting any function's return type (making the `->` operator legal) [Keyacom][]
- enh(bash) add `select` and `until` as keywords

Parser:

- add removePlugin api [faga295][]
- fix typo in language name of JavaScript [Cyrus Kao][]

[arnoudbuzing]: https://github.com/arnoudbuzing
[aliaegik]: https://github.com/aliaegik
[Josh Goebel]: https://github.com/joshgoebel
Expand Down

0 comments on commit 4e480d6

Please sign in to comment.