2022-10-12 15:45:56 +02:00
|
|
|
(function_definition
|
|
|
|
body: (_) @function.inside) @function.around
|
|
|
|
|
|
|
|
(function_declaration
|
|
|
|
body: (_) @function.inside) @function.around
|
|
|
|
|
|
|
|
(parameters
|
|
|
|
((_) @parameter.inside . ","? @parameter.around) @parameter.around)
|
|
|
|
|
|
|
|
(arguments
|
|
|
|
((_) @parameter.inside . ","? @parameter.around) @parameter.around)
|
|
|
|
|
|
|
|
(comment) @comment.inside
|
|
|
|
|
|
|
|
(comment)+ @comment.around
|
2024-03-31 18:53:15 +02:00
|
|
|
|
|
|
|
(table_constructor
|
|
|
|
(field (_) @entry.inside) @entry.around)
|