mirror of https://github.com/helix-editor/helix
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.pull/2739/head
parent
f7a3d35752
commit
4a27e2d938
|
@ -7,6 +7,8 @@
|
|||
(function_item
|
||||
body: (_) @function.inside)) @function.around
|
||||
|
||||
(closure_expression body: (_) @function.inside) @function.around
|
||||
|
||||
(
|
||||
[
|
||||
(attribute_item)+
|
||||
|
|
Loading…
Reference in New Issue