[epiphany/mcatanzaro/highlight.js-11.2.0] Update to highlight.js 11.2.0
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany/mcatanzaro/highlight.js-11.2.0] Update to highlight.js 11.2.0
- Date: Thu, 12 Aug 2021 19:54:07 +0000 (UTC)
commit 8f5aac44033d32740efe03c2ed3b9ab8aebf6c24
Author: Michael Catanzaro <mcatanzaro redhat com>
Date: Thu Aug 12 14:52:44 2021 -0500
Update to highlight.js 11.2.0
third-party/highlightjs/highlight.js | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/third-party/highlightjs/highlight.js b/third-party/highlightjs/highlight.js
index 8db1be1d4..64aaa7366 100644
--- a/third-party/highlightjs/highlight.js
+++ b/third-party/highlightjs/highlight.js
@@ -1,5 +1,5 @@
/*!
- Highlight.js v11.1.0 (git: 83ad2fbd99)
+ Highlight.js v11.2.0 (git: 2a5c592e5e)
(c) 2006-2021 Ivan Sagalaev and other contributors
License: BSD-3-Clause
*/
@@ -1540,7 +1540,7 @@ var hljs = (function () {
return mode;
}
- var version = "11.1.0";
+ var version = "11.2.0";
/*
Syntax highlighting with language autodetection.
@@ -1961,7 +1961,7 @@ var hljs = (function () {
}
}
do {
- if (top.scope && !top.isMultiClass) {
+ if (top.scope) {
emitter.closeNode();
}
if (!top.skip && !top.subLanguage) {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]