1
0
mirror of https://github.com/helix-editor/helix synced 2026-01-26 05:38:09 +01:00
helix/runtime/queries/fga/textobjects.scm
2025-02-04 11:06:22 -06:00

10 lines
204 B
Scheme

(condition_declaration
body: (_) @function.inside) @function.around
(param
((_) @parameter.inside . ","? @parameter.around) @parameter.around)
(comment) @comment.inside
(comment)+ @comment.around