Operators (Tree-sitter Query Syntax)
https://tree-sitter.github.io/tree-sitter/using-parsers/queries/2-operators.html
#Tree-sitter_Query_Syntax
Capturing Nodes
@
Capture names are written after the nodes that they refer to, and start with an @ character.
(identifier) @name