11.6.0
版本发布时间: 2022-07-13 23:13:58
highlightjs/highlight.js最新发布版本:11.10.0(2024-07-15 08:55:37)
Version 11.6.0
Supported Node.js versions:
- (chore) Drops support for Node 12.x, which is no longer supported by Node.js.
Default build changes:
- add
wasm
to default:common
build (#3526) [Josh Goebel][] - add
graphql
to default:common
build (#3526) [Josh Goebel][]
Grammars:
- fix(json) changed null/booleans from
keyword
toliteral
shikhar13012001 - enh(gml) reorganized and added additional keywords Bluecoreg
- enh(csharp) Added support for the new
scoped
keyword in C# (#3571) [David Pine][] - enh(scala) add
transparent
keyword Matt Bovel - fix(rust) highlight types immediately preceeding
::
(#3540) [Josh Goebel][] - Added 3rd party Apex grammar to SUPPORTED_LANGUAGES (#3546) David Schach
- fix(rust) recognize
include_bytes!
macro (#3541) Serial-ATA - fix(java) do not intepret
==
as a variable declaration Mousetail - enh(swift) add SE-0335 existential
any
keyword (#3515) Bradley Mackey - enh(swift) add support for
distributed
keyword Marcus Ortiz - enh(xml) recognize Unicode letters instead of only ASCII letters in XML element and attribute names (#3256)Martin Honnen
- Added 3rd party Toit grammar to SUPPORTED_LANGUAGES Serzhan Nasredin
- Use substring() instead of deprecated substr() Tobias Buschor
- Added 3rd party Oak grammar to SUPPORTED_LANGUAGES Tim Smith
- enh(python) add
match
andcase
keywords Avrumy Lunger