Skip to content

Commit 27a1f78

Browse files
committed
Add php-class face for highlighting class name
1 parent c53e0c1 commit 27a1f78

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

php-face.el

+5
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,11 @@
101101
:group 'php-faces
102102
:tag "PHP Type")
103103

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+
104109
(defface php-constant '((t (:inherit font-lock-constant-face)))
105110
"PHP Mode face used to highlight constants."
106111
:group 'php-faces

0 commit comments

Comments
 (0)