mirror of
https://github.com/realAscot/helix.git
synced 2025-09-15 04:33:04 +02:00
15 lines
264 B
Scheme
15 lines
264 B
Scheme
|
(function_definition
|
||
|
body: (block)? @function.inside) @function.around
|
||
|
|
||
|
(class_definition
|
||
|
body: (block)? @class.inside) @class.around
|
||
|
|
||
|
(parameters
|
||
|
(_) @parameter.inside)
|
||
|
|
||
|
(lambda_parameters
|
||
|
(_) @parameter.inside)
|
||
|
|
||
|
(argument_list
|
||
|
(_) @parameter.inside)
|