Skip to content

Commit

Permalink
Merge branch 'highlightjs:main' into dns
Browse files Browse the repository at this point in the history
  • Loading branch information
Checconio authored Apr 29, 2023
2 parents 9f8c6b5 + f4bf02a commit 6881f75
Show file tree
Hide file tree
Showing 7 changed files with 2,059 additions and 13,198 deletions.
12 changes: 5 additions & 7 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,20 @@
## 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][]
- enh(protobuf) add `proto` alias for Protobuf [dimitropoulos][]
- enh(sqf) latest changes in Arma 3 v2.11 [Leopard20][]
Expand All @@ -27,11 +30,6 @@ Grammars:
- enh(bash) add `select` and `until` as keywords
- enh(dns) add support for character strings and modification of DNS registration type recognition [Checconio][]

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
Loading

0 comments on commit 6881f75

Please sign in to comment.