add test textobjects queries for erlang,gleam,go,python,rust

This commit is contained in:
Michael Davis 2022-06-19 21:36:33 -05:00
parent 67f6c85792
commit 9f676dab57
5 changed files with 37 additions and 0 deletions

View file

@ -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$"))