mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 01:16:18 +04:00
17 lines
346 B
Scheme
17 lines
346 B
Scheme
(class_definition
|
|
(class_body) @class.inside) @class.around
|
|
|
|
(call_expression
|
|
(call_body
|
|
(_) @function.inside) @function.around)
|
|
|
|
(method_definition
|
|
body: (_) @function.inside) @function.around
|
|
|
|
(parameter_list
|
|
((_) @parameter.inside . ","? @parameter.around) @parameter.around)
|
|
|
|
(comment) @comment.inside
|
|
|
|
(comment)+ @comment.around
|