blob: 08954468297824c781ff79312c0b8162703bfdb5 (
plain) (
tree)
|
|
(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
|