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