junegunn / rainbow_parentheses.vim

:rainbow: Simpler Rainbow Parentheses
377 stars 24 forks source link

Include rainbow colors for argument separators within parentheses. #14

Closed thaerkh closed 7 years ago

thaerkh commented 7 years ago

I'm unaware of any languages that separate their function arguments with something other than commas or spaces, though this hard-coded comma can be pulled out as a configurable variable if need be.

The screenshot below reflects the behaviour changes with respect to comma-delimited argument separators: screenshot from 2017-01-07 03-56-30

thaerkh commented 7 years ago

@junegunn can we merge?

junegunn commented 7 years ago

Hi, I like the idea but I use this plugin only for Clojure, where there are no commas. So I personally don't need this. And in my opinion the feature goes beyond the expectation for a plugin named "rainbow parentheses", so I believe this should be made optional/configurable.

Anyway, this repository is just a fork tailor-made for me, I suggest that you use your fork. Thanks.