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
Michael Davis 8a07f357e5
Add a special query syntax for Pickers to select columns
Now that the picker is defined as a table, we need a way to provide
input for each field in the picker. We introduce a small query syntax
that supports multiple columns without being too verbose. Fields are
specified as `%field:pattern`. The default column for a picker doesn't
need the `%field:` prefix. The field name may be selected by a prefix
of the field, for example `%p:foo.rs` rather than `%path:foo.rs`.

Co-authored-by: ItsEthra <107059409+ItsEthra@users.noreply.github.com>
3 months ago
..
src Add a special query syntax for Pickers to select columns 3 months ago
tests Reimplement tree motions in terms of syntax::TreeCursor 3 months ago
.gitignore Initial import. 4 years ago
Cargo.toml build(deps): bump open from 5.0.1 to 5.1.2 (#9854) 4 months ago
build.rs Add icon to Windows executable (#9104) 5 months ago