mirror of
https://github.com/helix-editor/helix
synced 2026-01-26 05:38:09 +01:00
10 lines
204 B
Scheme
10 lines
204 B
Scheme
(condition_declaration
|
|
body: (_) @function.inside) @function.around
|
|
|
|
(param
|
|
((_) @parameter.inside . ","? @parameter.around) @parameter.around)
|
|
|
|
(comment) @comment.inside
|
|
|
|
(comment)+ @comment.around
|