onecentlin / laravel-blade-snippets-vscode

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

Support for Blade comments inside `<script>` tags #177

Open binaryfire opened 5 months ago

binaryfire commented 5 months ago

Hi @onecentlin. Thanks for the great extension!

Would it be possible to add syntax highlighting for Blade comments inside <script> tags? Using {{-- --}} to comment out JS is better than using \\ because the comments are completely removed from the rendered page. But currently comments inside script tags are not being highlighted as comments:

image