Closed luchidalgo closed 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') }}" />
<img src="{{ asset('build/images/logo-minimalist.svg') }}" />
Can't find a way to achieve this. Feel free to submit a PR if you can.
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') }}" />