Fanael / rainbow-delimiters

Emacs rainbow delimiters mode
GNU General Public License v3.0
674 stars 33 forks source link

Make rainbow mode not match delimiters that are invisible #34

Closed amosbird closed 6 years ago

amosbird commented 7 years ago

When editing large code blocks, there are delimiter pairs not shown in the same screen. Can I make rainbow mode stop matching those pairs. It's extremely slow.

Fanael commented 7 years ago

Can I make rainbow mode stop matching those pairs.

That would essentially require #1.

It's extremely slow.

Can you provide some example code I could test that on? In practice, it's very unusual for rainbow-delimiters to be the performance problem. What version are you using?

amosbird commented 6 years ago

Hmm, after some days of testing, it turns out not a rainbow mode's issue. Thanks :)