mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-23 09:56:19 +04: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)
|