new rails.vim 4.0

This commit is contained in:
Hunter Haugen 2009-11-03 19:14:03 +05:30
parent af75f133e9
commit 6078c736da
7 changed files with 2267 additions and 1955 deletions

View file

@ -1,11 +0,0 @@
" load all of the HTML info
"source $VIMRUNTIME/syntax/html.vim
runtime! syntax/html.vim
unlet b:current_syntax
" load all of the ruby info into @Ruby
syntax include @Ruby $VIMRUNTIME/syntax/ruby.vim
unlet b:current_syntax
syntax region rhtmlRuby start="<%" end="%" contains=@Ruby,rhtmlRuby
let b:current_syntax = "rhtml"