Last Updated: February 25, 2016
·
1.411K
· nebiros

Podfile ruby syntax highlight in vim

Add this to your .vimrc configuration file:

au BufRead,BufNewFile Podfile set filetype=ruby

Sweet!, ;-).