laravel-blade-snippets-vscode
laravel-blade-snippets-vscode copied to clipboard
Enable comments syntax colouring
Is this a bug or an issue with my setup? how do i get the comments to grey out when using blade commenting out tags? See this screenshot.
Vscode: 1.52.1 extension: v1.25.0
@billymedia Somehow it depends on which color theme you use.
This is the screenshot using Material Theme
.
I installed the material theme and it still doesnt grey out the comments, see this screenshot
any ideas as to what else it could be?
I had the same issue and fixed it by disabling the Liquid extension. No idea why they would be conflicting, but anyway you can try disabling some extensions and see if that fixes it for you.
@billymedia Could you provide full file example and theme extension you're using?
@svivian, same is true for me: comments no longer recognized in this extension's Blade syntax highlighting when Liquid extension is also enabled. I just disabled Liquid since I rarely edit Liquid templates anymore. [/cc @cpof-tea]
@svivian, same is true for me: comments no longer recognized in this extension's Blade syntax highlighting when Liquid extension is also enabled. I just disabled Liquid since I rarely edit Liquid templates anymore. [/cc @cpof-tea]
This work for me, Thank you.