jwalton512 / vim-blade

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

Add forelse/empty/endforelse #27

Closed jwpage closed 10 years ago

jwpage commented 10 years ago

This adds the new keywords forelse/empty/endforelse that were added in 4.2. Fixes #26.

Edit: Just noticed this still highlights @empty inside comments.

jwpage commented 10 years ago

Looks like the empty being highlighted in comments isn't related to my comments, but related to the phpSpecialFunctions and phpClasses (etc) keywords in php.vim.

If you have {{-- unset --}} then the unset keyword will also be highlighted.

jwpage commented 10 years ago

Closing this as it's been added in the latest commits. :thumbsup: