WebReflection / vscode-literally-html

Adds syntax highlighting for html inside of JavaScript and TypeScript tagged template strings
https://marketplace.visualstudio.com/items?itemName=webreflection.literally-html
MIT License
34 stars 6 forks source link

fix: Fix syntax higlighting for unquoted attributes #7

Closed ExE-Boss closed 5 years ago

ExE-Boss commented 5 years ago

This ports https://github.com/mjbvz/vscode-lit-html/pull/57 to literally‑html.

Note: Split across two commits to preserve git blame.


review?(@WebReflection)