Rainbow Parenthesis : Highlight matching parens in a rainbow of colors
script karma |
Rating 213/80,
Downloaded by 7135 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
john gilmore |
|
script type |
syntax |
|
description |
This script highlights matching parenthesis with a rainbow of colors. This make it visually very obvious which matches what. Most useful for Lisp. |
|
install details |
I dropped it into my ~/.vim/plugin directory. This make it show up all the time UNLESS you have syntax highlighting active. (because it's cleared out by the act of loading syntax highlighting) SO you must add a line like
runtime plugin/RainbowParenthsis.vim
to the END of your ~/.vim/syntax/lisp.vim file (or the syntax file for whatever language you are using)
You may also source it directly with :so <filename>. |
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 18.218.110.116
|