Update dependency highlight.js to v10
Created by: renovate[bot]
This PR contains the following updates:
Package | Type | Update | New value | References | Sourcegraph |
---|---|---|---|---|---|
highlight.js (source) | dependencies | major | ^10.0.2 | homepage, source |
Release Notes
highlightjs/highlight.js
v10.0.2
Brower build:
- Issue (bug) Fix: Version 10 fails to load as CommonJS module. (#2511) Josh Goebel
- Issue (removal) AMD module loading support has been removed. (#2511) Josh Goebel
Parser Engine Changes:
- Issue fix(parser) Fix freez issue with illegal 0 width matches (#2524) Josh Goebel
v10.0.1
Parser Engine Changes:
- (bug) Fix sublanguage with no relevance score (#2506) Josh Goebel
v10.0.0
New languages:
- add(php-template) Explicit language to detect PHP templates (vs xml) Josh Goebel
- enh(python) Added
python-repl
for Python REPL sessions - add(never) Added 3rd party Never language support
New themes:
- Srcery by Chen Bin
Parser Engine Changes:
- (bug) Fix
beginKeywords
to ignore . matches (#2434) Josh Goebel - (enh) add
before:highlight
plugin API callback (#2395) Josh Goebel - (enh) add
after:highlight
plugin API callback (#2395) Josh Goebel - (enh) split out parse tree generation and HTML rendering concerns (#2404) Josh Goebel
- (enh) every language can have a
name
attribute now (#2400) Josh Goebel - (enh) improve regular expression detect (less false-positives) (#2380) Josh Goebel
- (enh) make
noHighlightRe
andlanguagePrefixRe
configurable (#2374) Josh Goebel
Language Improvements:
- enh(python) Exclude parens from functions params (#2490) Álvaro Mondéjar
- enh(swift) Add
compactMap
to keywords as built_in (#2478) Omid Golparvar - enh(nim) adds
func
keyword (#2468) Adnan Yaqoob - enh(xml) deprecate ActionScript inside script tags (#2444) Josh Goebel
- fix(javascript) prevent get/set variables conflicting with keywords (#2440) Josh Goebel
- bug(clojure) Now highlights
defn-
properly (#2438) Josh Goebel - enh(bash) default value is another variable (#2439) Josh Goebel
- enh(bash) string nested within string (#2439) Josh Goebel
- enh(bash) Add arithmetic expression support (#2439) Josh Goebel
- enh(clojure) Add support for global definitions name (#2347) Alexandre Grison
- enh(fortran) Support Fortran 77 style comments (#2416) Josh Goebel
- (csharp) add support for
@identifier
style identifiers (#2414) Josh Goebel - fix(elixir) Support function names with a slash (#2406) Josh Goebel
- fix(javascript) comma is allowed in a "value container" (#2403) Josh Goebel
- enh(apache) add
deny
andallow
keywords Josh Goebel - enh(apache) highlight numeric attributes values Josh Goebel
- enh(apache) highlight IP addresses, ports, and strings in sections Josh Goebel
- enh(php) added more keywords and include
<?=
syntax to meta Taufik Nurrohman - fix(protobuf) Fix
rpc
when followed by a block (#) Josh Goebel - enh(zephir) almost complete rework of the zephir grammar (#2387) Josh Goebel
- (markdown) much improved code block support (#2382) Josh Goebel
- (markdown) improve bold/italic nesting (#2382) Josh Goebel
- enh(csharp) Support
where
keyword as class constraint (#2378) Josh Goebel - enh(csharp) Allow reference path in class inheritance lists (#2378) Josh Goebel
- enh(csharp) Add generic modifiers (in, out) (#2378) Josh Goebel
- (fortran) enh(fortran) support intrinsic data types (#2379) Josh Goebel
- enh(java) annotations can include numbers (#2377) Josh Goebel
- enh(java) annotations can take params (#2377) Josh Goebel
- enh(java) allow annotations inside function call params (#2377) Josh Goebel
- enh(parser) pre/post-highlightBlock callbacks via plugin (#2285) Josh Goebel
- (fortran) Add Fortran 2018 keywords and coarray intrinsics (#2361) Sam Miller
- (delphi) highlight hexadecimal, octal, and binary numbers (#2370) Robert Riebisch
- enh(plaintext) added
text
andtxt
as alias (#2360) Taufik Nurrohman - enh(powershell) added PowerShell v5.1/v7 default aliases as "built_in"s (#2423) Sean Williams
- enh(yaml) added support for timestamps (#2475) [Peter Plantinga][]
Developer Tools:
- added Dockerfile for optionally developing with a container
Renovate configuration
-
If you want to rebase/retry this PR, check this box
This PR has been generated by WhiteSource Renovate. View repository job log here.