aboutsummaryrefslogtreecommitdiff
path: root/ef-themes.el
diff options
context:
space:
mode:
authorProtesilaos Stavrou <info@protesilaos.com>2022-08-22 14:57:51 +0300
committerProtesilaos Stavrou <info@protesilaos.com>2022-08-22 14:57:51 +0300
commitac0109c76d0baeca918f02980cdee5d743f5648c (patch)
treef7652568509707c4ab7db86fa3555252c240a49c /ef-themes.el
parenta0faa5fc7c97370330cd9dbaf33bf159268199ca (diff)
Add support for shell-script-mode (sh-mode)
Diffstat (limited to 'ef-themes.el')
-rw-r--r--ef-themes.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/ef-themes.el b/ef-themes.el
index 6265626..130b5ab 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -1311,6 +1311,9 @@ Helper function for `ef-themes-preview-colors'."
`(show-paren-match ((,c :background ,bg-paren :foreground ,fg-intense)))
`(show-paren-match-expression ((,c :background ,bg-alt)))
`(show-paren-mismatch ((,c :background ,bg-red :foreground ,fg-intense)))
+;;;; shell-script-mode (sh-mode)
+ `(sh-heredoc ((,c :inherit font-lock-doc-face)))
+ `(sh-quoted-exec ((,c :inherit font-lock-builtin-face)))
;;;; shr
`(shr-code ((,c :inherit ef-themes-fixed-pitch :foreground ,accent-1))) ; same as `org-code'
`(shr-h1 ((,c :inherit ef-themes-heading-1)))