runnables.scm

1(
2    (attribute_item (attribute) @_attribute
3        (#match? @_attribute ".*test"))
4    .
5    (function_item
6        name: (_) @run)
7) @rust-test