VS Code Blade highlighting issue

I’m using VS Code extension: Laravel Blade Snippets. When inlining PHP in HTML with @php @endphp syntax highlighting acts like PHP tag is not closed.

Regular PHP tags work fine inline and blade syntax works as well when not inlined in HTML.

Anyone else has the same issue? VS Code users what do you use for Blade syntax highlighting?

Yes I’m aware that Sage moved away from @php() to @php @endphp but my issue was with @php @endphp.

I don’t think I had my coffee yet :smiley:

See upstream issue on the extension you use: https://github.com/onecentlin/laravel-blade-snippets-vscode/issues/53

This problem was fixed 11 days ago?