solarized-emacs

a fork of Bozhidar Batsov's solarized-emacs
git clone https://git.trogloxene.org/solarized-emacs.git
Log | Files | Refs | README

commit 73221619deabbd0a18ad32a5c49befb5b7fdb3b3
parent a17b4ff322db1850db99c3e8439a0510a11420d3
Author: asok <adam.sokolnicki@gmail.com>
Date:   Sat, 29 Jun 2013 00:03:22 +0200

Add font-lock-regexp-grouping-construct and font-lock-regexp-grouping-backslahs.

Diffstat:
Msolarized.el | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/solarized.el b/solarized.el @@ -250,6 +250,8 @@ `(font-lock-type-face ((,class (:foreground ,yellow)))) `(font-lock-variable-name-face ((,class (:foreground ,blue)))) `(font-lock-warning-face ((,class (:foreground ,orange :weight bold :underline t)))) + `(font-lock-regexp-grouping-construct ((,class (:foreground ,red :weight bold)))) + `(font-lock-regexp-grouping-backslash ((,class (:inherit font-lock-type-face)))) `(c-annotation-face ((,class (:inherit font-lock-constant-face))))