laravel-blade-snippets-vscode
laravel-blade-snippets-vscode copied to clipboard
Syntax highlighting is broken inside `<style>` tags
Directives are sometimes used inside <style> tags to generate dynamic CSS. But this breaks syntax highlighting:
For comparison, here is the same code moved outside of the <style> tag (syntax highlighting works correctly):
Same here...