jwalton512 / vim-blade

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

Fixed the indentation problems #47

Closed zcodes closed 8 years ago

zcodes commented 8 years ago
1. use `indentexpr` instead of `HtmlIndent()`, then
it can work with other html plugins, like 'othree/html5.vim'

2. fixed `@hasSection` incorrect indentation

this can works with html indentation in blade, not yet php. #46 #42

lukeberry99 commented 8 years ago

Any update on this getting merged in?

FWIW: I've manually made these changes and it works a treat, thanks :)