jwalton512 / vim-blade

Vim syntax highlighting for Blade templates.
225 stars 37 forks source link

Multi-line @include statements not highlighting #25

Closed tremby closed 8 years ago

tremby commented 10 years ago

These were not supported prior to Laravel 4.2 (at a guess. They are not supported in 4.1.something and are in 4.2.something. See https://github.com/laravel/framework/issues/2775 (please ignore my misplaced blame)).

Example:

@include('admin.misc.sort-header', [
    'column' => 'name',
])

Currently the @include is highlighted but nothing else is, save an HTML error at the >.