Move out old vim files

This commit is contained in:
Hunter Haugen 2020-02-19 14:20:36 -08:00
parent 35d3cd52a2
commit 336ba41033
Signed by: hunner
GPG key ID: EF99694AA599DDAD
40 changed files with 17 additions and 17 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"