mirror of
https://github.com/helix-editor/helix
synced 2026-08-06 15:02:59 +02:00
24 lines
414 B
Scheme
24 lines
414 B
Scheme
(function_declaration) @function.around
|
|
|
|
(function_declaration
|
|
body: (_) @function.inside)
|
|
|
|
(function_declaration
|
|
(fndec_attrs
|
|
(fndec_attr "@test"))) @test.around
|
|
|
|
(function_declaration
|
|
(fndec_attrs
|
|
(fndec_attr "@test"))
|
|
body: (_) @test.inside)
|
|
|
|
(parameter) @parameter.around
|
|
|
|
(switch_case) @parameter.around
|
|
|
|
(comment) @comment.inside
|
|
|
|
(comment)+ @comment.around
|
|
|
|
(type_declaration) @class.around
|