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

@ -16,3 +16,8 @@
(comment) @comment.inside
(comment)+ @comment.around
((function_definition
name: (identifier) @_name
body: (block)? @test.inside) @test.around
(#match? @_name "^test_"))