Closed powelski closed 4 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:
Opening curly braces of {{ $cookies }} is still highlighted as a content inside other curly braces, even though it was never the case.
{{ $cookies }}
Just the same for me for the @csrf
It's broke all after syntax coloration .
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:
Opening curly braces of
{{ $cookies }}
is still highlighted as a content inside other curly braces, even though it was never the case.