Skip to content

Commit 7354b83

Browse files
committed
Add rackup ftdetect
1 parent 7a94297 commit 7354b83

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
@@ -10,5 +10,8 @@ au BufNewFile,BufRead [rR]akefile,*.rake set filetype=ruby
1010
" Rantfile
1111
au BufNewFile,BufRead [rR]antfile,*.rant set filetype=ruby
1212

13+
" Rackup
14+
au BufNewFile,BufRead *.ru set filetype=ruby.rackup
15+
1316
" eRuby
1417
au BufNewFile,BufRead *.erb,*.rhtml set filetype=eruby

0 commit comments

Comments
 (0)