add sh face

This commit is contained in:
Le Wang 2012-08-30 00:25:38 +08:00
parent 9a0019332c
commit c52c214a01
1 changed files with 2 additions and 0 deletions

View File

@ -309,6 +309,8 @@ the \"Gen RGB\" column in solarized-definitions.el to improve them further."
(font-lock-other-emphasized-face ((t (,@fmt-bldi ,@fg-violet))))
(font-lock-regexp-grouping-backslash
((t (,@fmt-none ,@fg-yellow))))
;; sh
(sh-heredoc ((t (:foreground nil :inherit font-lock-string-face))))
;; info
(info-xref ((t (,@fmt-undr ,@fg-blue))))
(info-xref-visited ((t (,@fg-magenta :inherit info-xref))))