Skip to content

Commit 1c13765

Browse files
Demis Balbachzonuexe
authored andcommitted
Add class modifiers
1 parent 25b8493 commit 1c13765

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

php-face.el

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,11 @@
221221
:group 'php-faces
222222
:tag "PHP Import Statement")
223223

224+
(defface php-class-modifier '((t (:inherit php-keyword)))
225+
"PHP Mode Face used to highlight class modifiers (final, abstract)."
226+
:group 'php-faces
227+
:tag "PHP Class Modifier")
228+
224229
(define-obsolete-face-alias 'php-annotations-annotation-face 'php-doc-annotation-tag "1.19.0")
225230

226231
(provide 'php-face)

0 commit comments

Comments
 (0)