Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't make it work inside shell constructs #111

Open
nkakouros opened this issue Feb 20, 2019 · 1 comment
Open

Can't make it work inside shell constructs #111

nkakouros opened this issue Feb 20, 2019 · 1 comment

Comments

@nkakouros
Copy link

nkakouros commented Feb 20, 2019

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?

@luochen1990 luochen1990 added config reference Some Advanced Configuration Examples Can be Referenced by other Users config issue and removed config reference Some Advanced Configuration Examples Can be Referenced by other Users labels Mar 1, 2019
@luochen1990
Copy link
Owner

luochen1990 commented May 8, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants