Tree sitter query language (scm)
Scopes
Argument or parameter
- Actual: An argument/parameter in a function call
- Actual (iteration): Iteration scope of arguments in a function call, should be inside the parens of the argument list
Function call
- Function call: A function call
Function callee
- Function callee: The function being called in a function call
Statement
- Statement: A statement, eg assignment, for loop, etc
String
- Single line: A single-line string
Text fragment
- Comment line: Text fragment consisting of a line comment
- String single line: Text fragment consisting of a single-line string