Skip to content

Instantly share code, notes, and snippets.

@tuksik
Forked from scarolan/Vim_Syntax_for_Vagrantfile
Last active August 29, 2015 14:07
Show Gist options
  • Save tuksik/16a7a898f98e5a8792cc to your computer and use it in GitHub Desktop.
Save tuksik/16a7a898f98e5a8792cc to your computer and use it in GitHub Desktop.
" Teach vim to syntax highlight Vagrantfile as ruby
"
" Install: $HOME/.vim/plugin/vagrant.vim
" Author: Brandon Philips <brandon@ifup.org>
augroup vagrant
au!
au BufRead,BufNewFile Vagrantfile set filetype=ruby
augroup END
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment