Skip to content

Commit 974f4c3

Browse files
committed
add filetype detection for Rantfiles
1 parent 0cd89e6 commit 974f4c3

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2005-10-13 Doug Kearns <[email protected]>
2+
3+
* ftdetect/ruby.vim: add filetype detection for Rantfiles
4+
15
2005-10-07 Doug Kearns <[email protected]>
26

37
* NEWS: updated for new release

ftdetect/ruby.vim

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,8 @@ au BufNewFile,BufRead *.rb,*.rbw,*.gem,*.gemspec set filetype=ruby
44
" Rakefile
55
au BufNewFile,BufRead [rR]akefile* set filetype=ruby
66

7+
" Rantfile
8+
au BufNewFile,BufRead [rR]antfile,*.rant set filetype=ruby
9+
710
" eRuby
811
au BufNewFile,BufRead *.rhtml set filetype=eruby

0 commit comments

Comments
 (0)