Skip to content

Commit 1efcf04

Browse files
ashley-woodardtpope
authored andcommitted
Add Thorfile filetype detection
1 parent 607d143 commit 1efcf04

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

ftdetect/ruby.vim

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,6 @@ au BufNewFile,BufRead .autotest set filetype=ruby
2727

2828
" eRuby
2929
au BufNewFile,BufRead *.erb,*.rhtml set filetype=eruby
30+
31+
" Thor
32+
au BufNewFile,BufRead [tT]horfile,*.thor set filetype=ruby

0 commit comments

Comments
 (0)