Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dummdidumm committed Nov 20, 2024
1 parent a61865d commit 24f6220
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/language-server/src/plugins/html/dataProvider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -435,6 +435,7 @@ const originalProvideAttributes =

svelteHtmlDataProvider.provideAttributes = (tag: string) => {
if (tag === 'svelte:boundary' || tag === 'svelte:options') {
// We don't want the global attributes for these tags
return svelteTags.find((t) => t.name === tag)?.attributes ?? [];
}

Expand Down

0 comments on commit 24f6220

Please sign in to comment.