emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/alect-themes e91ad38 202/269: Add 'sh-escaped-newline' fac


From: ELPA Syncer
Subject: [nongnu] elpa/alect-themes e91ad38 202/269: Add 'sh-escaped-newline' face
Date: Thu, 21 Oct 2021 17:59:19 -0400 (EDT)

branch: elpa/alect-themes
commit e91ad385933b7c06186e88fff8b6457368b5aec4
Author: Alex Kost <alezost@gmail.com>
Commit: Alex Kost <alezost@gmail.com>

    Add 'sh-escaped-newline' face
---
 alect-themes.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/alect-themes.el b/alect-themes.el
index 7b25603..4678f9f 100644
--- a/alect-themes.el
+++ b/alect-themes.el
@@ -1402,6 +1402,8 @@ For INVERT, see `alect-get-color'."
          ;; shell-script
          (sh-heredoc     ((,c :inherit font-lock-doc-face)))
          (sh-quoted-exec ((,c :foreground ,(gc 'cyan))))
+         (sh-escaped-newline ((,c :foreground ,(gc 'fg-1)
+                                  :weight bold)))
 
          ;; show-paren
          (show-paren-mismatch  ((,c :foreground ,(gc 'gray-2)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]