laravel-blade-snippets-vscode icon indicating copy to clipboard operation
laravel-blade-snippets-vscode copied to clipboard

Syntax highlighting is broken inside `<style>` tags

Open binaryfire opened this issue 11 months ago • 1 comments

Directives are sometimes used inside <style> tags to generate dynamic CSS. But this breaks syntax highlighting:

image

For comparison, here is the same code moved outside of the <style> tag (syntax highlighting works correctly):

image

binaryfire avatar Dec 09 '24 02:12 binaryfire

Same here...

AzzaAzza69 avatar May 13 '25 13:05 AzzaAzza69