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

Make color lists independent for bracket types #180

Open
PlasmaHH opened this issue Apr 7, 2022 · 0 comments
Open

Make color lists independent for bracket types #180

PlasmaHH opened this issue Apr 7, 2022 · 0 comments

Comments

@PlasmaHH
Copy link

PlasmaHH commented Apr 7, 2022

As it is now, all the opening/closing level share one list of colours, that is {([ will use three different colours. Thats a little bit annoying when writing C++ or similar code, where everything is at least in one level of brackets. Making the first level white is a bit less annoying, but then already { foo(); } such () will have a different colour.

For me this does not increase readability, as I would like colours to be an indication of "too deeply nested" (thus my colours get more and more saturated with each level).

Therefore I would ask if its possible to make the lists of brackets have independent colours, so that each opening { or ( or [ or similar starts with the first and then only its own kinds gets the next and so on. This should be an option of course for people to select their favorite behaviour.

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

1 participant