helix-mods/runtime/queries/pascal/textobjects.scm

11 lines
278 B
Scheme
Raw Normal View History

2022-08-26 00:59:02 +02:00
(declType (declClass (declSection) @class.inside)) @class.around
(defProc body: (_) @function.inside) @function.around
(declArgs (_) @parameter.inside) @parameter.around
(exprArgs (_) @parameter.inside) @parameter.around
(comment) @comment.inside
(comment)+ @comment.around