mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-05 03:47:51 +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
|
@ -16,3 +16,8 @@
|
|||
(comment) @comment.inside
|
||||
|
||||
(comment)+ @comment.around
|
||||
|
||||
((function_definition
|
||||
name: (identifier) @_name
|
||||
body: (block)? @test.inside) @test.around
|
||||
(#match? @_name "^test_"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue