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

✨ Tree Sitter for Bracket Highlight #214

Open
thecoolwinter opened this issue Nov 18, 2023 · 0 comments
Open

✨ Tree Sitter for Bracket Highlight #214

thecoolwinter opened this issue Nov 18, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@thecoolwinter
Copy link
Collaborator

Description

Tree sitter can give us faster, more accurate bracket highlight info. By finding the beginning or end of a syntax node, we can jump to a spot we can reasonably assume is near a bracket and search from there. This will also skip brackets that are in comments in supported languages.

Alternatives Considered

No response

Additional Context

Helix has similar support: helix-editor/helix#3584

Screenshots

No response

@thecoolwinter thecoolwinter added the enhancement New feature or request label Nov 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: 🆕 New
Development

No branches or pull requests

1 participant