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

Option to not rainbowify brackets of first level #233

Closed
mikhail-dvorkin opened this issue Jun 27, 2019 · 2 comments
Closed

Option to not rainbowify brackets of first level #233

mikhail-dvorkin opened this issue Jun 27, 2019 · 2 comments

Comments

@mikhail-dvorkin
Copy link

The current option doNOTRainbowifyBracketsWithoutContent is great, as I indeed want the usual gray color for the brackets in:
int a = f();

But! I also want the usual gray color for brackets in simple-to-parse-visually lines, such as:
int a = f(x, y, z);
and
for (int i = 0; i < n; i++) {
k *= i;
}

So the request is to add an option that will rainbowify the brackets only of the 2nd+ level: based on the level, and not on the presence of any content.

@izhangzhihao
Copy link
Owner

Good point!

@izhangzhihao
Copy link
Owner

Try this snapshot build version, the option "Do NOT rainbowify the first level" is false by default, stay tuned!
intellij-rainbow-brackets-5.19.zip

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