jwalton512 / vim-blade

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

Multiline comments not highlighting properly #7

Closed tremby closed 10 years ago

tremby commented 10 years ago

Not sure if this is related to #2.

| have this right now:

{{-- Important to have no leading whitespace
--}}<li data-node-id="{{{ $model->getKey() }}}">
    <div class="sort-tolerance">
        <span class="sort-handle glyphicon glyphicon-move"></span>
        {{{ $model->name }}}
    </div>
    @include('admin.menu-items.children', ['model' => $model])
</li>{{--
This comment stops any trailing whitespace
--}}

It's highlighting as one big comment.