1
0
mirror of https://github.com/helix-editor/helix synced 2026-03-07 08:41:40 +01:00
helix/runtime/queries/wgsl/textobjects.scm
2025-08-18 08:22:15 -05:00

15 lines
240 B
Scheme

(function_declaration
body: (_) @function.inside) @function.around
(struct_declaration) @class.around
[
(struct_member)
(parameter)
(variable_declaration)
] @parameter.around
(comment) @comment.inside
(comment)+ @comment.around