1
0
mirror of https://github.com/helix-editor/helix synced 2026-03-08 08:56:21 +01:00
helix/runtime/queries/penrose/textobjects.scm
2026-01-29 09:17:44 -06:00

19 lines
413 B
Scheme

; Functions/constructors/predicates in Domain
(constructor_decl) @function.around
(function_decl) @function.around
(predicate_decl) @function.around
; Parameters
(parameter_list
((_) @parameter.inside . ","? @parameter.around) @parameter.around)
; Arguments
(argument_list
((_) @parameter.inside . ","? @parameter.around) @parameter.around)
; Comments
(comment) @comment.inside
(comment) @comment.around