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

fix bracket matching mess-up caused by highlights #14

Merged
merged 1 commit into from
Apr 5, 2017

Conversation

mkvoya
Copy link
Contributor

@mkvoya mkvoya commented Mar 15, 2017

Highlighting characters []{}<>() messes up the brace matching and syntax folds (#7).
This PR excludes the above characters from the highlighting.
It looks not good since not all characters on the right of the 80-char-line are highlighted, but I think that's a trade-off for functionality (syntax folds).

@vivien vivien merged commit 7da66c1 into vivien:master Apr 5, 2017
@vivien
Copy link
Owner

vivien commented Apr 5, 2017

Thanks @MKDong, that is a good trade-off indeed.

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.

2 participants