mirror of https://github.com/helix-editor/helix
14 lines
246 B
Scheme
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)
|