Skip to content

Commit 469e46e

Browse files
committed
Add ftdetect for Gemfile
1 parent 52b9810 commit 469e46e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ftdetect/ruby.vim

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ au BufNewFile,BufRead *.builder,*.rxml,*.rjs set filetype=ruby
77
" Rakefile
88
au BufNewFile,BufRead [rR]akefile,*.rake set filetype=ruby
99

10+
" Gemfile
11+
au BufNewFile,BufRead Gemfile set filetype=ruby
12+
1013
" Rantfile
1114
au BufNewFile,BufRead [rR]antfile,*.rant set filetype=ruby
1215

0 commit comments

Comments
 (0)