From 28c23cd0943bd9698a6bcccf19f197779c2ff6d3 Mon Sep 17 00:00:00 2001 From: "Anders K. Madsen" Date: Sun, 21 Jun 2020 22:06:58 +0200 Subject: [PATCH] Make LocalFocus regex more specific Require word boundaries around 'localfocus'. Also fix escaping in Livewire regex. --- src/apps.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/apps.json b/src/apps.json index 81efeea13..81fcb6458 100644 --- a/src/apps.json +++ b/src/apps.json @@ -6389,7 +6389,7 @@ 18, 19 ], - "html": "<[^>]{1,512}\bwire:", + "html": "<[^>]{1,512}\\bwire:", "icon": "Livewire.png", "implies": "Laravel", "js": { @@ -6402,7 +6402,7 @@ "cats": [ 61 ], - "html": "]+localfocus", + "html": "]+\\blocalfocus\\b", "icon": "LocalFocus.png", "implies": [ "Angular",