jwalton512 / vim-blade

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

Auto indent issues #46

Closed lcjury closed 8 years ago

lcjury commented 8 years ago

I have the following problem with the auto indentation of this plugin (don't really know if is really a problem), when I let the plugin auto-indent my .blade files, the html part of the code are indented all at the same level.

captura de pantalla 2016-04-26 a las 12 45 51 1

I can use set ft=html and indent everything with ggvG= and then return to set ft=blade but it is really annoying.

jwalton512 commented 8 years ago

resolved with #47