1
0
mirror of https://github.com/helix-editor/helix synced 2026-01-26 05:38:09 +01:00
helix/runtime/queries/mail/textobjects.scm
2025-02-26 17:33:36 -06:00

14 lines
246 B
Scheme

(atom_block
(atom) @entry.inside) @entry.around
(email_address) @entry.around
(header_other
(header_unstructured) @entry.around)
(quoted_block)+ @comment.around
(body_block)+ @function.around
(header_subject
(subject) @function.around)