StanAngeloff / php.vim

An up-to-date Vim syntax for PHP (7.x supported)
477 stars 69 forks source link

Does this follow psr standards? #60

Closed mayurpande closed 8 years ago

mayurpande commented 8 years ago

Hi sorry if this is a silly question I have been using vundle for some time with another php plugin for html indenting as well.

However each time I try to change the .vimrc file it won't let me change tabs to space to comply with psr-2.

Will this package let me do that? Also will it provide html indenting as well (or even maybe twig files as well?)

StanAngeloff commented 8 years ago

Hi! This plug-in provides syntax highlighting only and won't mess with your indentation settings.

HTML indenting is available in PHP files, but relies on the default Vim syntax highlighting. Twig is not available, you'll need to find a suitable plug-in to highlight Twig templates.