vim/bundle/rainbow/plugin/rainbow_parentheses.vim @ 3b32b452aa6f
Forget irc.conf.
author |
Steve Losh <steve@stevelosh.com> |
date |
Wed, 28 Sep 2011 08:53:07 -0400 |
parents |
ff10804d581c |
children |
(none) |
"------------------------------------------------------------------------------
" Description: Rainbow colors for parentheses, based on rainbow_parenthsis.vim
" by Martin Krischik. This version cleans things up, simplifies
" a few things, and changes "parenthsis" to "parentheses".
"------------------------------------------------------------------------------
command! -nargs=0 RainbowParenthesesToggle call rainbow_parentheses#Toggle()
command! -nargs=0 RainbowParenthesesLoadSquare call rainbow_parentheses#LoadSquare()
command! -nargs=0 RainbowParenthesesLoadRound call rainbow_parentheses#LoadRound()
command! -nargs=0 RainbowParenthesesLoadBraces call rainbow_parentheses#LoadBraces()
command! -nargs=0 RainbowParenthesesLoadChevrons call rainbow_parentheses#Chevrons()
finish