dotfiles/.vim/syntax/old/rhtmlaoeu.vim
2009-11-03 19:14:03 +05:30

6 lines
230 B
VimL

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