rainbow icon indicating copy to clipboard operation
rainbow copied to clipboard

Can't make it work inside shell constructs

Open nkakouros opened this issue 6 years ago • 1 comments

Describe the bug

Inside some shell constructs, eg functions, I don't get rainbow parenetheses or brackets.

To Reproduce

:e test.sh
(((((())))))
{{{{}}}}
function() {
  (((())))
}

Expected behavior

I would expect the parentheses to keep being colored.

Screenshots

screenshot_20190220_213728

In the example in the README, for vim there is a containedin key. Should this be added any time such "nested" highlighting is needed? If so, how could I get this working for bash?

nkakouros avatar Feb 20 '19 20:02 nkakouros

Could you please read the README/Troubleshooting part and try to solve it?

luochen1990 avatar May 08 '19 04:05 luochen1990