mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-05 20:07:44 +03:00
add test textobjects queries for erlang,gleam,go,python,rust
This commit is contained in:
parent
67f6c85792
commit
9f676dab57
5 changed files with 37 additions and 0 deletions
|
@ -4,3 +4,8 @@
|
|||
|
||||
(anonymous_function
|
||||
body: (function_body) @function.inside) @function.around
|
||||
|
||||
((function
|
||||
name: (identifier) @_name
|
||||
body: (function_body) @test.inside) @test.around
|
||||
(#match? @_name "_test$"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue