From 2784485e7b7fee99e057b09cc4cec01d22363eee Mon Sep 17 00:00:00 2001 From: q-- Date: Wed, 6 Nov 2019 13:55:59 +0100 Subject: [PATCH] Fix HTML pattern for Vue.js A non-capturing group was accidentally not marked as optional --- src/apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps.json b/src/apps.json index 025f6f81d..f7b149868 100644 --- a/src/apps.json +++ b/src/apps.json @@ -11631,7 +11631,7 @@ "cats": [ 12 ], - "html": "<[^>]+data-v(?:ue)-", + "html": "<[^>]+\\sdata-v(?:ue)?-", "icon": "Vue.js.png", "js": { "Vue.version": "^(.+)$\\;version:\\1"