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

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

[nongnu] elpa/alect-themes 1ccf42c 083/269: Add font lock faces for rege


From: ELPA Syncer
Subject: [nongnu] elpa/alect-themes 1ccf42c 083/269: Add font lock faces for regexp groups
Date: Thu, 21 Oct 2021 17:58:54 -0400 (EDT)

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

    Add font lock faces for regexp groups
---
 alect-themes.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/alect-themes.el b/alect-themes.el
index a2f51cd..ae4a0ed 100644
--- a/alect-themes.el
+++ b/alect-themes.el
@@ -565,6 +565,8 @@ For INVERT, see `alect-get-color'."
        (font-lock-type-face              ((t :foreground ,(gc 'magenta+2))))
        (font-lock-variable-name-face     ((t :foreground ,(gc 'yellow+2))))
        (font-lock-warning-face           ((t :foreground ,(gc 'red) :weight 
bold)))
+       (font-lock-regexp-grouping-backslash ((t :foreground ,(gc 'red+2))))
+       (font-lock-regexp-grouping-construct ((t :foreground ,(gc 'yellow-1))))
 
        ;; git-commit
        (git-commit-summary-face         ((t :weight bold)))



reply via email to

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