From dd8a5ebf098b4bf9740106b3fef5daea522dadac Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Wed, 19 Feb 2025 03:45:07 -0500 Subject: [PATCH] AutoYADM commit: 2025-02-19 03:45:07 --- .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 37890754..7472bea8 100644 --- a/.config/helix/runtime/queries/mail/highlights.scm +++ b/.config/helix/runtime/queries/mail/highlights.scm @@ -19,5 +19,8 @@ ; currently this includes the wrapping <>, can we change this? (email) @string +(body + (quoted_line) @markup.quote) + ; (header_subject) @markup.heading ; (header_other) @markup.environment