add sh-quoted-exec face

This commit is contained in:
Le Wang 2012-09-05 00:10:37 +08:00
parent 5117aec39d
commit c41ed30066
1 changed files with 1 additions and 0 deletions

View File

@ -322,6 +322,7 @@ the \"Gen RGB\" column in solarized-definitions.el to improve them further."
((t (,@fmt-none ,@fg-yellow))))
;; sh
(sh-heredoc ((t (:foreground nil :inherit font-lock-string-face))))
(sh-quoted-exec ((t (,@fmt-none))))
;; info
(info-xref ((t (,@fmt-undr ,@fg-blue))))
(info-xref-visited ((t (,@fg-magenta :inherit info-xref))))