Adding stuff to vimrc to get html snips in php files

This commit is contained in:
Dustin Swan
2011-08-26 01:16:24 -05:00
parent a758184c55
commit 403e9e6dc6

4
vimrc
View File

@@ -34,7 +34,9 @@ set mat=2
set ruler
set nohls
au BufNewFile,BufRead *.less set filetype=less
" so we get html goodies in php files
au BufRead *.php set ft=php.html
au BufNewFile *.php set ft=php.html
syntax enable