jwalton512 / vim-blade

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

Having {{ more than one line and then }} #30

Closed RicardoRamirezR closed 8 years ago

RicardoRamirezR commented 10 years ago
@extends('layout.default')

@section('form')

{{
    Former::open()
        ->class("form-horizontal well")
        ->data_async(null) 
        ->data_target("#myModal")
        ->route("head.update", $user->id)
        ->method('PUT')
}}

{{ Former::populate($user) }}

@stop

All but the open form is recognised, removing oneline from blade.vim made it work. As you may know it tells vim that the statement is in one line.

jwalton512 commented 8 years ago

this should be fixed in the most recent version.