microsoft / typescript-lit-html-plugin

TypeScript server plugin that adds intellisense for lit-html template strings
MIT License
253 stars 20 forks source link

Syntax highlight JS parts #6

Closed TimvdLippe closed 6 years ago

TimvdLippe commented 6 years ago

In the code snippet gif in the README, the syntax highlighting of HTML looks very nice. However, the ${title} seems to not be highlighted to note that title is a JS variable. Could the dynamic parts of the template literal be syntax highlighted as JS?

mjbvz commented 6 years ago

This issue was moved to mjbvz/vscode-lit-html#5