From edb77f57fe48caaa07bd5107144ce6d88482595d Mon Sep 17 00:00:00 2001 From: jvoisin Date: Fri, 18 May 2018 04:08:44 +0000 Subject: [PATCH] Improve HLJS detection (#2295) --- src/apps.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/apps.json b/src/apps.json index 54f507a2b..cbe22e164 100644 --- a/src/apps.json +++ b/src/apps.json @@ -4034,7 +4034,8 @@ 19 ], "js": { - "hljs.listLanguages": "" + "hljs.listLanguages": "", + "hljs.highlightBlock": "" }, "icon": "Highlight.js.png", "script": "/(?:([\\d.])+/)?highlight(?:\\.min)?\\.js\\;version:\\1",