Skip to content

Commit b5942e7

Browse files
committed
Add appraisals to filetype detection.
See: http://github.com/thoughtbot/appraisal
1 parent 3ead93f commit b5942e7

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
@@ -56,4 +56,7 @@ au BufNewFile,BufRead Puppetfile set filetype=ruby
5656
" Buildr Buildfile
5757
au BufNewFile,BufRead [Bb]uildfile set filetype=ruby
5858

59+
" Appraisal
60+
au BufNewFile,BufRead Appraisals set filetype=ruby
61+
5962
" vim: nowrap sw=2 sts=2 ts=8 noet:

0 commit comments

Comments
 (0)