Skip to content

Commit

Permalink
make font-lock comments face italic
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasf authored and syl20bnr committed Jun 4, 2013
1 parent f3deb78 commit e71e4b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solarized.el
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@

;; font lock
`(font-lock-builtin-face ((,class (:foreground ,blue :slant italic))))
`(font-lock-comment-delimiter-face ((,class (:foreground ,solarized-comments))))
`(font-lock-comment-delimiter-face ((,class (:foreground ,solarized-comments :slant italic))))
`(font-lock-comment-face ((,class (:foreground ,solarized-comments))))
`(font-lock-constant-face ((,class (:foreground ,blue :weight bold))))
`(font-lock-doc-face ((,class (:foreground ,cyan :slant italic))))
Expand Down

0 comments on commit e71e4b2

Please sign in to comment.