From f328ada65a3de79a497b3d19d0b933c73137823b Mon Sep 17 00:00:00 2001 From: nurbek Date: Fri, 29 Apr 2022 00:23:10 +0600 Subject: [PATCH] Update Svelte / js frameworks --- src/technologies/s.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/technologies/s.json b/src/technologies/s.json index 21f1b768d..a281e7c4d 100644 --- a/src/technologies/s.json +++ b/src/technologies/s.json @@ -4899,7 +4899,13 @@ 12 ], "description": "Svelte is a free and open-source front end compiler created by Rich Harris and maintained by the Svelte core team members.", - "html": "<[^>]+class=\\\"[^\\\"]+\\ssvelte-[\\w]*\\\"", + "dom": { + "*": { + "attributes": { + "class": "svelte-\\w+" + } + } + }, "icon": "Svelte.svg", "oss": true, "website": "https://svelte.dev"