Skip to content

Commit

Permalink
Add Cheffile and Berksfile to ftdetect
Browse files Browse the repository at this point in the history
Berkshelf (Berksfile), and Librarian-Chef (Cheffile) are Opscode Chef cookbook dependency resolvers written in Ruby.
  • Loading branch information
Doug Ireton committed Nov 20, 2012
1 parent d2982c7 commit 79dd611
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ftdetect/ruby.vim
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ au BufNewFile,BufRead Gemfile set filetype=ruby
" Guard
au BufNewFile,BufRead Guardfile,.Guardfile set filetype=ruby

" Chef
au BufNewFile,BufRead Cheffile set filetype=ruby
au BufNewFile,BufRead Berksfile set filetype=ruby

" Vagrant
au BufNewFile,BufRead [vV]agrantfile set filetype=ruby

Expand Down

0 comments on commit 79dd611

Please sign in to comment.