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

Add support for highlighting matching braces with colors #3019

Closed
wants to merge 1 commit into from

Conversation

dmaluka
Copy link
Collaborator

@dmaluka dmaluka commented Nov 8, 2023

By default, matching braces are only underlined, without any color highlighting. Allow overriding this default behavior by specifying colors for matching braces in a colorscheme file, e.g.:

color-link match-brace "#F8F8F2,#707070"

Ref #3013

By default, matching braces are only underlined, without any color
highlighting. Allow overriding this default behavior by specifying
colors for matching braces in a colorscheme file, e.g.:

color-link match-brace "#F8F8F2,#707070"
@dmaluka
Copy link
Collaborator Author

dmaluka commented Nov 9, 2023

Just noticed that this is already implemented (in a better way) in #2876.

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

Successfully merging this pull request may close these issues.

1 participant