Skip to content

Instantly share code, notes, and snippets.

@jbowes
Created April 19, 2009 16:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jbowes/98130 to your computer and use it in GitHub Desktop.
Save jbowes/98130 to your computer and use it in GitHub Desktop.
" buildr (http://buildr.apache.org) filetype detection for vim
" drop this file into ~/.vim/ftdetect/
au BufRead,BufNewFile buildfile set filetype=ruby
au BufRead,BufNewFile Buildfile set filetype=ruby
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment