new rails.vim 4.0
This commit is contained in:
parent
af75f133e9
commit
6078c736da
7 changed files with 2267 additions and 1955 deletions
6
.vim/syntax/old/rhtmlaoeu.vim
Normal file
6
.vim/syntax/old/rhtmlaoeu.vim
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
" 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue