Awesome PHP has been relocated permanently to its own Github repository. No further updates will made to this gist.
Please open an issue for any new suggestions.
" Teach vim to syntax highlight Vagrantfile as ruby | |
" | |
" Install: $HOME/.vim/plugin/vagrant.vim | |
" Author: Brandon Philips <[email protected]> | |
augroup vagrant | |
au! | |
au BufRead,BufNewFile Vagrantfile set filetype=ruby | |
augroup END |
Awesome PHP has been relocated permanently to its own Github repository. No further updates will made to this gist.
Please open an issue for any new suggestions.