Skip to content

Commit

Permalink
Add Thorfile filetype detection
Browse files Browse the repository at this point in the history
  • Loading branch information
ashley-woodard authored and tpope committed Jul 26, 2010
1 parent 607d143 commit 1efcf04
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ftdetect/ruby.vim
Expand Up @@ -27,3 +27,6 @@ au BufNewFile,BufRead .autotest set filetype=ruby

" eRuby
au BufNewFile,BufRead *.erb,*.rhtml set filetype=eruby

" Thor
au BufNewFile,BufRead [tT]horfile,*.thor set filetype=ruby

0 comments on commit 1efcf04

Please sign in to comment.