1
0
mirror of https://github.com/helix-editor/helix synced 2024-11-10 10:34:45 +01:00
helix/runtime/queries/wren/textobjects.scm
2023-07-28 18:13:51 +02:00

13 lines
271 B
Scheme

(class_definition
(class_body) @class.inside) @class.around
(method_definition
body: (_) @function.inside) @function.around
(parameter_list
((_) @parameter.inside . ","? @parameter.around) @parameter.around)
(comment) @comment.inside
(comment)+ @comment.around