Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It would be nice if Helix can select matching bracket even in documents with grammar not defined like
*.txt
. The functionality is here already, becausema(
will select all between surrounding(
and)
.I'm currently playing with tree-sitter grammar definition for
CPON
files andtest/main.txt
contains nested S-expressions with many braces, the possibility to see matching bracket would help me a lot.Beta Was this translation helpful? Give feedback.
All reactions