diff options
Diffstat (limited to 'syntax/blade.vim')
-rw-r--r-- | syntax/blade.vim | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/syntax/blade.vim b/syntax/blade.vim index 7ae2786a..e517dd16 100644 --- a/syntax/blade.vim +++ b/syntax/blade.vim @@ -33,12 +33,12 @@ syn region bladeComment matchgroup=bladeDelimiter start="{{--" end="--}}" c syn keyword bladeKeyword @if @elseif @foreach @forelse @for @while @can @cannot @elsecan @elsecannot @include \ @includeIf @each @inject @extends @section @stack @push @unless @yield @parent @hasSection @break @continue - \ @unset @lang @choice @component @slot @prepend + \ @unset @lang @choice @component @slot @prepend @json @isset @auth @guest @switch @case @includeFirst @empty \ nextgroup=bladePhpParenBlock skipwhite containedin=ALLBUT,@bladeExempt -syn keyword bladeKeyword @else @endif @endunless @endfor @endforeach @empty @endforelse @endwhile @endcan +syn keyword bladeKeyword @else @endif @endunless @endfor @endforeach @endforelse @endwhile @endcan \ @endcannot @stop @append @endsection @endpush @show @overwrite @verbatim @endverbatim @endcomponent - \ @endslot @endprepend + \ @endslot @endprepend @endisset @endempty @endauth @endguest @endswitch \ containedin=ALLBUT,@bladeExempt if exists('g:blade_custom_directives') |