From cca39a7ca9ada467bd5532fa0a61ff043561cd17 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Wed, 19 Feb 2025 16:45:07 -0500 Subject: [PATCH] AutoYADM commit: 2025-02-19 16:45:07 --- .../helix/runtime/queries/mail/highlights.scm | 27 +------------------ .../runtime/queries/mail/highlights.scm.bak | 26 ++++++++++++++++++ 2 files changed, 27 insertions(+), 26 deletions(-) mode change 100644 => 120000 .config/helix/runtime/queries/mail/highlights.scm create mode 100644 .config/helix/runtime/queries/mail/highlights.scm.bak diff --git a/.config/helix/runtime/queries/mail/highlights.scm b/.config/helix/runtime/queries/mail/highlights.scm deleted file mode 100644 index 41de2939..00000000 --- a/.config/helix/runtime/queries/mail/highlights.scm +++ /dev/null @@ -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)) - diff --git a/.config/helix/runtime/queries/mail/highlights.scm b/.config/helix/runtime/queries/mail/highlights.scm new file mode 120000 index 00000000..a6be5ece --- /dev/null +++ b/.config/helix/runtime/queries/mail/highlights.scm @@ -0,0 +1 @@ +/home/fic/dev/tree-sitter-mail/queries/mail/highlights.scm \ No newline at end of file diff --git a/.config/helix/runtime/queries/mail/highlights.scm.bak b/.config/helix/runtime/queries/mail/highlights.scm.bak new file mode 100644 index 00000000..41de2939 --- /dev/null +++ b/.config/helix/runtime/queries/mail/highlights.scm.bak @@ -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)) +