Closed rster2002 closed 1 year ago
This is a bit old but I don't think it's a good idea. It might compile without error but it is so wrong to nest quotes of the same type. Even repl you posted is screaming at you (in colors) that it is wrong. Highlighters don't know where the parameter starts and ends.
I've since stopped doing this because it's not supported in this plugin, but from what I can remember the official svelte plugin for VS code does allow for this, but I would have to check.
After checking, it seems the official svelte plugin for VS code does allow this:
Duplicate of #194
Just installed WebStorm and the plugin so this might be a configuration issue. I'm also not really sure if this is the right place to create this issue so let me know if this is not the place to create this issue.
I expect to use double quotes within
{}
as this is syntax valid in svelte as you can see here.Let me know you need anything else.