dotfiles/.vim/syntax/rhtmlaoeu.vim
Hunter Haugen 357b651f15 adding vim
2009-09-04 14:08:46 -07:00

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"