summaryrefslogtreecommitdiff
path: root/.emacs.d/lisp/php-face.el
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/lisp/php-face.el')
-rw-r--r--.emacs.d/lisp/php-face.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/.emacs.d/lisp/php-face.el b/.emacs.d/lisp/php-face.el
index 75bdc81..4230bae 100644
--- a/.emacs.d/lisp/php-face.el
+++ b/.emacs.d/lisp/php-face.el
@@ -101,6 +101,11 @@
101 :group 'php-faces 101 :group 'php-faces
102 :tag "PHP Type") 102 :tag "PHP Type")
103 103
104(defface php-class '((t (:inherit font-lock-type-face)))
105 "PHP Mode face used to highlight class."
106 :group 'php-faces
107 :tag "PHP Class")
108
104(defface php-constant '((t (:inherit font-lock-constant-face))) 109(defface php-constant '((t (:inherit font-lock-constant-face)))
105 "PHP Mode face used to highlight constants." 110 "PHP Mode face used to highlight constants."
106 :group 'php-faces 111 :group 'php-faces