onecentlin / laravel-blade-snippets-vscode

Laravel blade snippets and syntax highlight support for Visual Studio Code
MIT License
137 stars 38 forks source link

Variables in style don't have syntax highlight. #146

Open KasparRosin opened 2 years ago

KasparRosin commented 2 years ago

Not sure if this is a local bug or a unimplemented feature, but variables in style are not highlighted.

Expected:

<style>
    :root {
        --primary: "{{ $colors['primary'] }}";
    }
</style>

image