Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
1( 2 (function_declaration name: (_) @run 3 (#match? @run "^Test.*")) 4) @go-test 5 6( 7 (function_declaration name: (_) @run 8 (#eq? @run "main")) 9) @go-main