jwalton512 / vim-blade

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

Fix resetting of PHP indentation #54

Closed adriaanzon closed 8 years ago

adriaanzon commented 8 years ago

There were a few problems with the PHP indentation resetting to 0.

I added 0=}},0=!!} to indentkeys, which reindents the line when you type }} or !!} at the beginning of a line (ignoring whitespace).