You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
helix/helix-term/tests
woojiq cb5688cb3e fix(core): match inside closest pair inconsitency
Make tree-sitter version of matching inside/around to replicate current behavior of plaintext files.
That is:
* match around - always tries to extend a selection to the next pair,
even when the selection is already around a pair.
* match inside - do not extend a selection when it already completely
matches the pairs.
5 months ago
..
test fix(core): match inside closest pair inconsitency 5 months ago
integration.rs transition to nucleo for fuzzy matching (#7814) 1 year ago