jwalton512/vim-blade

Multi-line @include statements not highlighting

tremby opened this issue · 0 comments

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 laravel/framework#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 >.