mirror of
https://github.com/realAscot/helix.git
synced 2025-09-14 04:03:03 +02: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
|