rholdos / vscode-twig-language-support

Extensions for VS Code - complete support for Twig language v3
MIT License
6 stars 0 forks source link

Syntax highlihting does not work in html attributes #2

Closed luchidalgo closed 2 years ago

luchidalgo commented 2 years ago

Thanks for your excellent VSCode extension 👍 Just a little bug : Syntax highlihting does not work in html attributes.

For exemple in : <img src="{{ asset('build/images/logo-minimalist.svg') }}" />

rholdos commented 2 years ago

Can't find a way to achieve this. Feel free to submit a PR if you can.