11.7.0
版本发布时间: 2022-11-24 06:13:54
highlightjs/highlight.js最新发布版本:11.10.0(2024-07-15 08:55:37)
Version 11.7.0
New Grammars:
- added 3rd party LookML grammar to SUPPORTED_LANGUAGES Josh Temple
- added 3rd party FunC grammar to SUPPORTED_LANGUAGES [Nikita Sobolev][]
- Added 3rd party Flix grammar to SUPPORTED_LANGUAGES The Flix Organisation
- Added 3rd party RVT grammar to SUPPORTED_LANGUAGES Sopitive
Grammars:
- enh(scheme) add
scm
alias for Scheme matyklug18 - fix(typescript) patterns like
<T =
are not JSX Josh Goebel - fix(bash) recognize the
((
keyword Nick Chambers - enh(Ruby) misc improvements (kws, class names, etc) Josh Goebel
- fix(js) do not flag
import()
as a function, rather a keyword nathnolt - fix(bash) recognize the
((
keyword Nick Chambers - fix(nix) support escaped dollar signs in strings h7x4
- enh(cmake) support bracket comments Hirse
- enh(java) add yield keyword to java MBoegers
- enh(java) add permits keyword to java MBoegers
- fix(javascript/typescript) correct identifier matching when using numbers Lachlan Heywood
Improvements:
- Documentation typo fix by Eddymens