We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
Colors mess up in ruby files inside methods and classes.
That is pretty annyoing, because I want first level of parentheses to be text color.
In other file types it works correctly.
My config:
let g:rainbow_conf = { \ 'ctermfgs': ['red', 'green', 'blue', 'black', 'orange', 'magenta'], \ 'operators': '_,_', \ 'parentheses': ['start=/(/ end=/)/ fold', 'start=/\[/ end=/\]/ fold', 'start=/{/ end=/}/ fold'], \}
Is that fixable?
The text was updated successfully, but these errors were encountered:
Im experiencing this issue as well
Sorry, something went wrong.
I'm not sure what effect you are expecting, you want to fix the outmost color to blue, is that right ?
I'm expecting that all the parentheses will be colored as set in settings - same as in line 4, 5, and 6.
Yet inside methods, it breaks - first color is magenta instead of red.
Yes, I can reproduce this issue, but only for ruby files, I still can't figure out the problem ...
No branches or pull requests
Hello,
Colors mess up in ruby files inside methods and classes.
That is pretty annyoing, because I want first level of parentheses to be text color.
In other file types it works correctly.
My config:
Is that fixable?
The text was updated successfully, but these errors were encountered: