mjbvz / vscode-lit-html

Adds syntax highlighting for html inside of JavaScript and TypeScript tagged template strings
https://marketplace.visualstudio.com/items?itemName=bierner.lit-html
MIT License
318 stars 75 forks source link

highlight lit template inside javascript blocks appeared in PHP #95

Open BLumia opened 2 years ago

BLumia commented 2 years ago

Sometimes we may need to embed React/Preact to existing traditional projects not written mainly in js/ts, this patch will allow lit-template syntax highlighting inside the script tags in PHP files.

Before(left) and after(right) the patch