tomblachut / svelte-intellij

Svelte components in WebStorm and friends
MIT License
482 stars 38 forks source link

add <svelte:fragment> element #221

Closed pfz closed 3 years ago

pfz commented 3 years ago

Since svelte 3.35.0, the <svelte:fragment slot="name"/> is provided to allow slot to be provided without a container (https://github.com/sveltejs/svelte/blob/master/CHANGELOG.md#3350)

https://github.com/tomblachut/svelte-intellij/blob/8bbbc915e4cf6a9941c5c3294512c40badf574c5/src/main/java/dev/blachut/svelte/lang/codeInsight/SvelteTagProvider.kt#L26