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/runtime/queries/rust
Michael Davis 4a27e2d938 capture rust closures as function textobjects
Closures like

    iter.map(|a| a + 1)

Are sort-of functions, so `]f` or `maf` or `mif` can apply to them
as well as named function definitions.
2 years ago
..
highlights.scm Add precise rust queries for use, mod, as (#1339) 3 years ago
indents.scm Indentation rework (#1562) 2 years ago
injections.scm add tree-sitter-regex (#1362) 3 years ago
locals.scm syntax: Add go & rust locals, improve tree-sitter error message 3 years ago
textobjects.scm capture rust closures as function textobjects 2 years ago