junegunn / rainbow_parentheses.vim

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

Problem with javascript #2

Closed bounceme closed 9 years ago

bounceme commented 9 years ago

When using the syntax from here: https://github.com/jelera/vim-javascript-syntax

the matching is disrupted when there is a iife or a callback function as an argument.This doesn't happen with the default syntax

junegunn commented 9 years ago

Thanks. Yeah, I also noticed that this doesn't work with some syntaxes. Since I only use it for lisps, it doesn't bother me. But pull requests are appreciated.