AutoYADM commit: 2025-02-24 10:50:24
This commit is contained in:
parent
995e38358e
commit
75e14bd1c1
136 changed files with 51 additions and 0 deletions
26
.config/helix/runtime/queries/mail/highlights.scm
Normal file
26
.config/helix/runtime/queries/mail/highlights.scm
Normal file
|
@ -0,0 +1,26 @@
|
|||
(ERROR) @diagnostic.error
|
||||
; header fields
|
||||
[
|
||||
(header_field_email)
|
||||
(header_field_subject)
|
||||
(header_field)
|
||||
] @keyword
|
||||
|
||||
(header_separator) @punctuation.delimiter
|
||||
(email_delimiter) @punctuation.delimiter
|
||||
|
||||
(header_subject
|
||||
(subject) @markup.bold)
|
||||
(header_other
|
||||
(header_unstructured) @comment)
|
||||
|
||||
; Firstname Lastname
|
||||
(atom) @variable
|
||||
|
||||
; Email Address
|
||||
; currently this includes the wrapping <>, can we change this?
|
||||
(email) @string
|
||||
|
||||
(quote_marker) @punctuation.special
|
||||
(quote_contents) @markup.quote
|
||||
|
13
.config/helix/runtime/queries/mail/textobjects.scm
Normal file
13
.config/helix/runtime/queries/mail/textobjects.scm
Normal file
|
@ -0,0 +1,13 @@
|
|||
(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)
|
Loading…
Add table
Add a link
Reference in a new issue