helix/runtime/queries/nix/textobjects.scm
2024-09-13 13:28:20 -05:00

13 lines
248 B
Scheme

(comment) @comment.inside
(comment)+ @comment.around
(formals
((_) @parameter.inside . ","? @parameter.around) @parameter.around)
(function_expression
body: (_) @function.inside) @function.around
(binding
(_) @entry.inside) @entry.around