分类: C/C++
2011-05-26 10:51:55
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 plugin download url: |