(function_definition
body: (_) @function.inside) @function.around
(function_declaration
(parameters
((_) @parameter.inside . ","? @parameter.around) @parameter.around)
(arguments
(comment) @comment.inside
(comment)+ @comment.around
(table_constructor
(field (_) @entry.inside) @entry.around)