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
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
..
src Delay auto-save until exiting insert mode (#11047) 5 months ago
tests fix(core): match inside closest pair inconsitency 5 months ago
.gitignore Initial import. 5 years ago
Cargo.toml build(deps): bump the rust-dependencies group with 4 updates (#11032) 5 months ago
build.rs Add icon to Windows executable (#9104) 10 months ago