10.2.0
版本发布时间: 2020-09-08 04:21:10
highlightjs/highlight.js最新发布版本:11.10.0(2024-07-15 08:55:37)
Version 10.2.0
Parser Engine:
- (fix) When ignoring a potential match highlighting can terminate early (#2649) Josh Goebel
New themes:
- Gradient Light by Samia Ali
Deprecations:
-
fixMarkup
is now deprecated and will be removed in v11.0. (#2534) Josh Goebel
Big picture:
- Add simple Vue plugin for basic use cases (#2544) Josh Goebel
Language Improvements:
- fix(bash) Fewer false positives for keywords in arguments (#2669) sirosen
- fix(js) Prevent long series of /////// from causing freezes (#2656) Josh Goebel
- enh(csharp) Add
init
andrecord
keywords for C# 9.0 (#2660) Youssef Victor - enh(matlab) Add new R2019b
arguments
keyword and fixenumeration
keyword (#2619) Andrew Janke - fix(kotlin) Remove very old keywords and update example code (#2623) kageru
- fix(night) Prevent object prototypes method values from being returned in
getLanguage
(#2636) night - enh(java) Add support for
enum
, which will identify as aclass
now (#2643) ezksd - enh(nsis) Add support for NSIS 3.06 commands (#2653) idleberg
- enh(php) detect newer more flexible HEREdoc syntax (#2658) eytienne