mirror of
https://github.com/realAscot/helix.git
synced 2025-09-14 12:13:04 +02:00
9 lines
176 B
Scheme
9 lines
176 B
Scheme
|
(function_definition
|
||
|
(identifier) (_) @function.inside) @function.around
|
||
|
|
||
|
(anonymous_function
|
||
|
(_) @function.inside) @function.around
|
||
|
|
||
|
(argument
|
||
|
(_) @parameter.inside)
|