This commit is contained in:
NyxCode 2022-08-17 14:02:04 +00:00 committed by GitHub
commit ef04c003bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 110 additions and 0 deletions

View file

@ -77,6 +77,7 @@ function plugin() {
if (
node.lang !== "svelte" &&
!node.value.startsWith("<FileSource") &&
!node.value.startsWith("<Playground") &&
!node.value.startsWith("<script>") &&
!node.value.match(/svx-ignore/g)
) {