sveltejs / vite-plugin-svelte

Svelte plugin for http://vitejs.dev/
MIT License
864 stars 105 forks source link

fix: handle closing tags in attributes #796

Closed dummdidumm closed 12 months ago

dummdidumm commented 1 year ago

...when detecting script language Related to https://github.com/sveltejs/language-tools/issues/2204 Let me know if there's any other place where this needs a fix

dummdidumm commented 1 year ago

Thanks! I'll do a corresponding PR for main 👍

dominikg commented 1 year ago

can we do it on main first and cherry pick the change to v2? now that main is no longer in pre-release that flow makes the most sense to me. although with the amount of changes between main and v2 it can become difficult to pick sometimes.