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"