AutoYADM commit: 2025-02-19 16:45:07
This commit is contained in:
parent
414bd18863
commit
cca39a7ca9
2 changed files with 27 additions and 26 deletions
|
@ -1,26 +0,0 @@
|
||||||
; header fields
|
|
||||||
[
|
|
||||||
(header_field_email)
|
|
||||||
(header_field_subject)
|
|
||||||
(header_field)
|
|
||||||
] @keyword
|
|
||||||
|
|
||||||
(header_separator) @punctuation.delimiter
|
|
||||||
|
|
||||||
(header_subject
|
|
||||||
(header_unstructured) @markup.bold)
|
|
||||||
(header_other
|
|
||||||
(header_unstructured) @comment)
|
|
||||||
|
|
||||||
; Firstname Lastname
|
|
||||||
(atom) @variable
|
|
||||||
|
|
||||||
; Email Address
|
|
||||||
; currently this includes the wrapping <>, can we change this?
|
|
||||||
(email) @string
|
|
||||||
|
|
||||||
(body
|
|
||||||
(quoted_line
|
|
||||||
(quote_marker) @punctuation.special
|
|
||||||
(quote_contents) @markup.quote))
|
|
||||||
|
|
1
.config/helix/runtime/queries/mail/highlights.scm
Symbolic link
1
.config/helix/runtime/queries/mail/highlights.scm
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
/home/fic/dev/tree-sitter-mail/queries/mail/highlights.scm
|
26
.config/helix/runtime/queries/mail/highlights.scm.bak
Normal file
26
.config/helix/runtime/queries/mail/highlights.scm.bak
Normal file
|
@ -0,0 +1,26 @@
|
||||||
|
; header fields
|
||||||
|
[
|
||||||
|
(header_field_email)
|
||||||
|
(header_field_subject)
|
||||||
|
(header_field)
|
||||||
|
] @keyword
|
||||||
|
|
||||||
|
(header_separator) @punctuation.delimiter
|
||||||
|
|
||||||
|
(header_subject
|
||||||
|
(header_unstructured) @markup.bold)
|
||||||
|
(header_other
|
||||||
|
(header_unstructured) @comment)
|
||||||
|
|
||||||
|
; Firstname Lastname
|
||||||
|
(atom) @variable
|
||||||
|
|
||||||
|
; Email Address
|
||||||
|
; currently this includes the wrapping <>, can we change this?
|
||||||
|
(email) @string
|
||||||
|
|
||||||
|
(body
|
||||||
|
(quoted_line
|
||||||
|
(quote_marker) @punctuation.special
|
||||||
|
(quote_contents) @markup.quote))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue