forked from Mirrors/helix
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
335 B
Scheme
18 lines
335 B
Scheme
|
|
(class_definition
|
|
(body) @class.inside) @class.around
|
|
|
|
(function_definition
|
|
(body) @function.inside) @function.around
|
|
|
|
(parameters
|
|
[
|
|
(identifier)
|
|
(typed_parameter)
|
|
(default_parameter)
|
|
(typed_default_parameter)
|
|
] @parameter.inside @parameter.around)
|
|
|
|
(comment) @comment.inside
|
|
(comment)+ @comment.around
|