mirror of https://github.com/helix-editor/helix
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.pull/10611/head
parent
c6dbb9c270
commit
cb5688cb3e
Loading…
Reference in New Issue