From fa32d079d7054b0bed5247c3a95a6faf6f4b6d1a Mon Sep 17 00:00:00 2001 From: Ward Oosterlijnck Date: Sun, 9 Apr 2017 22:11:15 +1000 Subject: [PATCH] Highlight.js remove html and env patterns --- src/apps.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/apps.json b/src/apps.json index bcf666d2b..d725f0086 100755 --- a/src/apps.json +++ b/src/apps.json @@ -3413,10 +3413,8 @@ "cats": [ "19" ], - "env": "^hljs$", - "html": "]*href=\"[^\"]+highlight(?:\\.min)?\\.js[^\"]+.css", "icon": "Highlight.js.png", - "script": "highlight(?:\\.min)?\\.js", + "script": "/highlight\\.js/([\\d.]+?)/highlight\\.min\\.js", "website": "https://highlightjs.org/" }, "Highstock": {