Closed diontron closed 2 years ago
First off, thank you so much for this plugin.
I am not getting syntax highlighting / completion inside svelte:head eg:
svelte:head
<script> export let app </script> <svelte:head> <title>Hello | {app.name}</title> </svelte:head> <h1 class="text-3xl font-bold underline"> Hello world! {app.name} </h1>
I get it inside the h1, but not inside svelte:head.
h1
Duplicate of #210
First off, thank you so much for this plugin.
I am not getting syntax highlighting / completion inside
svelte:head
eg:I get it inside the
h1
, but not insidesvelte:head
.