This plugin highlights Ruby opening and closing keywords with a rainbow of
colors. Currently the plugin must be toggled off when editing text in command
mode or else the highlighting fails.
Please submit pull requests to
https://github.com/michaelnussbaum08/rainbow_end.vim
Requirements
------------
* Vim 7.3+
* Ruby support for Vim
* Ruby 1.8.6+
Installation and Usage
----------------------
* Use Pathogen or Vundle!
* Or the old fashioned way, drop rainbow_end.vim into .vim/plugin.
* Either way you have to choose a mapping to toggle highlighting on and off and
add it to your .vimrc, here is an example:
nnoremap <silent> <leader>b :call ToggleRainbow()<CR>
License
-------
GPLv2+
Version
-------
0.1.1