mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-04 19:37:54 +03:00
9 lines
382 B
Scheme
9 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
|