Adding stuff to vimrc to get html snips in php files

master
Dustin Swan 13 years ago
parent a758184c55
commit 403e9e6dc6

@ -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

Loading…
Cancel
Save