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

How to not highlight comments like {- -} #154

Open bitterjug opened 3 years ago

bitterjug commented 3 years ago

Hi. I tried this today with my Elm code. Elm block comments are like this

{-
block comment
-}

But Rainbow sees the curly braces and colours them, and he comments are no longer highlighted. How should i configure Rainbow not to override these comments?

Thanks