Describe the bug
Just a quick little syntax highlighting bug in a script tag:
Template literals aren't properly highlighted in $props() type declaration:

As shown above, can be worked around with a separate type
Reproduction
<script lang="ts">
type Icon = `i-ph-${string}`;
let { icon, iconType }: { icon: Icon; iconType: `i-ph-${string}` } = $props();
</script>
Expected behaviour
System Info
- IDE: VSCode
- Svelte for VS Code v108.4.1
Which package is the issue about?
Svelte for VS Code extension
Additional Information, eg. Screenshots
No response
Describe the bug
Just a quick little syntax highlighting bug in a script tag:
Template literals aren't properly highlighted in $props() type declaration:
As shown above, can be worked around with a separate type
Reproduction
Expected behaviour
System Info
Which package is the issue about?
Svelte for VS Code extension
Additional Information, eg. Screenshots
No response