10 lines
168 B
Scheme
10 lines
168 B
Scheme
|
(function_definition
|
||
|
body: (_) @function.inside) @function.around
|
||
|
|
||
|
(command
|
||
|
argument: (_) @parameter.inside)
|
||
|
|
||
|
(comment) @comment.inside
|
||
|
|
||
|
(comment)+ @comment.around
|