" Vim syntax file " Language: ruby with embedded small code " Maintainer: Tilman Sauerbeck (tilman at code-monkey de) " Installation: if version < 600 syntax clear elseif exists("b:current_syntax") finish endif "Source the Small syntax file ru! syntax/ruby.vim "Set the filetype to ruby to load the ruby ftplugins set ft=ruby unlet b:current_syntax "Put the ruby syntax file in @rubyTop syn include @smallTop syntax/small.vim syn region smallRubyBlock matchgroup=smallRubyDelim start=#<