luochen1990 / rainbow

Rainbow Parentheses Improved, shorter code, no level limit, smooth and fast, powerful configuration.
Apache License 2.0
1.78k stars 95 forks source link

Not highlighting nested parentheses on JavaScript #156

Closed justanindieguy closed 3 years ago

justanindieguy commented 3 years ago

Hi.

I'd like to know how can I configure the plugin to show different colors according to the level of nesting. Right now the plugin is working fine but only for parentheses/brackets that are on the same line, as you can see on line 41. I want it to colorize the brackets of Footer function and then paint of a different color the brackets of the nested function onSelectDropdownItem.

Thank you so much for your help.

demo

justanindieguy commented 3 years ago

Added autocmd FileType javascript syntax clear jsFuncBlock jsBracket to my .vimrc file.