" Language: Blade (Laravel) " Maintainer: xsbeats " URL: http://github.com/xsbeats/vim-blade " License: WTFPL if exists("b:current_syntax") finish endif runtime! syntax/html.vim unlet b:current_syntax runtime! syntax/php.vim unlet b:current_syntax syn match bladeConditional /@\(choice\|each\|elseif\|extends\|for\|foreach\|if\|include\|lang\|section\|unless\|while\|yield\)\>\s*/ nextgroup=bladeParenBlock containedin=ALLBUT,bladeComment syn match bladeKeyword /@\(else\|endfor\|endforeach\|endif\|endsection\|endunless\|endwhile\|overwrite\|parent\|show\|stop\)\>/ containedin=ALL,bladeComment syn region bladeCommentBlock start="{{--" end="--}}" contains=bladeComment keepend containedin=TOP syn match bladeComment /.*/ contained containedin=bladeCommentBlock syn region bladeEchoUnescaped matchgroup=bladeEchoDelim start="\([@|{]\)\@