mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 09:26:19 +04:00
10 lines
382 B
Scheme
10 lines
382 B
Scheme
(arguments ((_) @parameter.inside . ","? @parameter.around) @parameter.around)
|
|
(function_arguments ((_) @parameter.inside . ","? @parameter.around) @parameter.around)
|
|
|
|
(lambda expression: (_) @function.inside) @function.around
|
|
(function_definition (block) @function.inside) @function.around
|
|
|
|
(class_definition) @class.inside @class.around
|
|
|
|
(comment) @comment.inside @comment.around
|