runnables.scm

 1(
 2    (attribute_item (attribute
 3        [((identifier) @_attribute)
 4        (scoped_identifier (identifier) @_attribute)
 5            ])
 6        (#eq? @_attribute "test"))
 7    .
 8    (attribute_item) *
 9    .
10    (function_item
11        name: (_) @run)
12) @rust-test