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

Plugin Request: Rainbow parenthesis #1148

Open
alecGraves opened this issue Dec 27, 2021 · 2 comments
Open

Plugin Request: Rainbow parenthesis #1148

alecGraves opened this issue Dec 27, 2021 · 2 comments

Comments

@alecGraves
Copy link

alecGraves commented Dec 27, 2021

rainbow parenthesis - coloring matching parenthesis with different colors.

Description with example screenshot: http://emacs-fu.blogspot.com/2011/05/toward-balanced-and-colorful-delimiters.html

This plugin would be nice for editing lisp code or delimiter-heavy code in general.

See some example plugins implementing rainbow delimiter functionality:

@asifamin13
Copy link

I implemented this here. It also colors brackets and braces.

I took inspiration from the VSCode "bracket-pair-colorizer" extension and copied the default colors for light and dark backgrounds.

asifamin13 added a commit to asifamin13/geany-plugins that referenced this issue Mar 10, 2023
Add bracketcolors plugin. Color {}, [], () based on nesting order

Closes geany#1148
asifamin13 added a commit to asifamin13/geany-plugins that referenced this issue Mar 10, 2023
Add bracketcolors plugin. Color {}, [], () based on nesting order

Closes geany#1148
asifamin13 added a commit to asifamin13/geany-plugins that referenced this issue Mar 11, 2023
Add bracketcolors plugin. Color {}, [], () based on nesting order

Closes geany#1148
asifamin13 added a commit to asifamin13/geany-plugins that referenced this issue Mar 20, 2023
Add bracketcolors plugin. Color {}, [], () based on nesting order

Closes geany#1148
asifamin13 added a commit to asifamin13/geany-plugins that referenced this issue Mar 20, 2023
Add bracketcolors plugin. Color {}, [], () based on nesting order

Closes geany#1148
asifamin13 pushed a commit to asifamin13/geany-plugins that referenced this issue Apr 6, 2023
Add bracketcolors plugin. Color {}, [], () based on nesting order

Closes geany#1148
asifamin13 added a commit to asifamin13/geany-plugins that referenced this issue Apr 6, 2023
Add bracketcolors plugin. Color {}, [], () based on nesting order

Closes geany#1148
@asifamin13
Copy link

@alecGraves, I'd appreciate any feedback if you ever get the chance to give this pull request a try

asifamin13 added a commit to asifamin13/geany-plugins that referenced this issue Jul 2, 2023
Add bracketcolors plugin. Color {}, [], () based on nesting order

Closes geany#1148
asifamin13 added a commit to asifamin13/geany-plugins that referenced this issue Jul 5, 2023
Add bracketcolors plugin. Color {}, [], () based on nesting order

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

No branches or pull requests

2 participants