Fanael / rainbow-delimiters

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

parentheses all turn red when format codes #25

Closed liuchong closed 8 years ago

liuchong commented 8 years ago

https://github.com/syl20bnr/spacemacs/issues/6617 https://github.com/rust-lang/rust-mode/issues/160

please refre to the above issue about rust layer in spacemacs, what I found is that after I format codes, the parentheses will turn red like this: parenthese_turn_red So, is it a rainbow-delimiters issue? thanks!

Fanael commented 8 years ago

Can you provide some example code I can reproduce this on?


Tentatively accepted as a bug, however:

on the other hand, when I use my own configuration without spacemacs, just "racer, ac-racer, company-racer, toml-mode", there is no such issue.

If that's really true, it's probably a spacemacs issue then.

liuchong commented 8 years ago

Just found some code for example: https://github.com/syl20bnr/spacemacs/issues/6617#issuecomment-233577265

Fanael commented 8 years ago

It's a rust-mode bug as described in https://github.com/syl20bnr/spacemacs/issues/6617#issuecomment-233748418.

liuchong commented 8 years ago

Thanks!