6 lines
130 B
Scheme

(function_definition
(function_declarator
declarator: (identifier) @function.name
)
body: (_) @function.body
) @function