mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-04 03:17:45 +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
|
@ -77,3 +77,17 @@
|
|||
(line_comment)+ @comment.around
|
||||
|
||||
(block_comment) @comment.around
|
||||
|
||||
(; #[test]
|
||||
(attribute_item
|
||||
(meta_item
|
||||
(identifier) @_test_attribute))
|
||||
; allow other attributes like #[should_panic] and comments
|
||||
[
|
||||
(attribute_item)
|
||||
(line_comment)
|
||||
]*
|
||||
; the test function
|
||||
(function_item
|
||||
body: (_) @test.inside) @test.around
|
||||
(#eq? @_test_attribute "test"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue