Skip to content

Toggle rainbow highlighting of Ruby block open/close keywords

Notifications You must be signed in to change notification settings

mnussbaum/rainbow_end.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

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

About

Toggle rainbow highlighting of Ruby block open/close keywords

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published