Medalink / laravel-blade

This package adds syntax definitions for the Laravel Blade engine.
http://www.laravel.com
MIT License
421 stars 105 forks source link

Missing support for @{{ #169

Closed powelski closed 4 years ago

powelski commented 6 years ago

There is a special @{{ syntax, as described in the Blade & JavaScript Frameworks documentation.

However, Laravel Blade Highlighter doesn't seem to recognize it. Take a look at this example:

curly

Opening curly braces of {{ $cookies }} is still highlighted as a content inside other curly braces, even though it was never the case.

LeWawan commented 6 years ago

Just the same for me for the @csrf screenshot_20180529_004833

It's broke all after syntax coloration .