Open
Description
Hi, thank you very much for creating this vs code extension. I use it every day for my work. But i miss one thing: syntax highlighting and code intellisense for <script>
tags like:
const template = () => html`
<script>
console.log(navigator.userAgent)
</script>
`
To be honest, it's quite annoying when you don't get any code suggestions etc.. Especially with the many DOM Apis that would be really helpful.
I would be very happy if inline html could support this in the future
Metadata
Assignees
Labels
No labels
Activity