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/test
Michael Davis 68b21578ac Reimplement tree motions in terms of syntax::TreeCursor
This uses the new TreeCursor type from the parent commit to reimplement
the tree-sitter motions (`A-p/o/i/n`). Other tree-sitter related
features like textobjects are not touched with this change and will
need a different, unrelated approach to solve.
3 months ago
..
commands Add glob file type support (#8006) 5 months ago
languages Fix YAML auto indent 11 months ago
auto_indent.rs migrate test_with_config to use AppBuilder 1 year ago
auto_pairs.rs Add config for default line ending (#5621) 1 year ago
commands.rs Fix panic when using join_selections_space (#9783) 4 months ago
helpers.rs Add glob file type support (#8006) 5 months ago
movement.rs Reimplement tree motions in terms of syntax::TreeCursor 3 months ago
prompt.rs flush writes on force quit (#4397) 2 years ago
splits.rs Create helix-stdx crate for stdlib extensions 5 months ago