You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice if Helix can select matching bracket even in documents with grammar not defined like *.txt. The functionality is here already, because ma( will select all between surrounding ( and ).
I'm currently playing with tree-sitter grammar definition for CPON files and test/main.txt contains nested S-expressions with many braces, the possibility to see matching bracket would help me a lot.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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