tomblachut / svelte-intellij

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

Quotes in curly braces break HTML Tag #194

Closed Maggi64 closed 1 year ago

Maggi64 commented 3 years ago

I encountered this when using same quotes in the curly braces as in the html tags.

image


image


image

I can provide additional code and examples if needed. Keep up the good work and have nice holidays 🎄

tomblachut commented 3 years ago

@Maggi64 thanks, you too 🎄

Minimal repro:

<input value="{1 + "test"}">

thanks for reporting https://svelte.dev/repl/8ed50e6b0c80438b8eecbbb78bd92c3f?version=3.31.0 – interestingly, Svelte REPL syntax highlighter breaks on this

tomblachut commented 1 year ago

Migrated to WEB-61824 Svelte: fix parser issues