summaryrefslogtreecommitdiff
path: root/.emacs.d/lisp/php-face.el
diff options
context:
space:
mode:
authorSimeon Simeonov2019-12-19 14:30:16 +0100
committerSimeon Simeonov2019-12-19 14:30:16 +0100
commit447890a7ea96da048fa720d313b32860c995e8bb (patch)
treea5dbe162bbec074c5f0b9b637279bf5e772de1b6 /.emacs.d/lisp/php-face.el
parentf781cd3408b85b321ad5bc78945a7f44fc3ec751 (diff)
Many changes...
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