From ea4b7ebc9f9d59c0cbb78eb6c455aca23dcf8bad Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Mon, 17 Feb 2025 20:15:06 -0500 Subject: [PATCH] AutoYADM commit: 2025-02-17 20:15:06 --- .config/helix/runtime/queries/mail/highlights.scm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.config/helix/runtime/queries/mail/highlights.scm b/.config/helix/runtime/queries/mail/highlights.scm index 48c064fb..a6817eb3 100644 --- a/.config/helix/runtime/queries/mail/highlights.scm +++ b/.config/helix/runtime/queries/mail/highlights.scm @@ -12,8 +12,11 @@ (header_other (header_unstructured) @comment) +; Firstname Lastname (atom) @variable +; Email Address +; currently this includes the wrapping <>, can we change this? (email) @string ; (header_subject) @markup.heading