We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25b8493 commit 1c13765Copy full SHA for 1c13765
php-face.el
@@ -221,6 +221,11 @@
221
:group 'php-faces
222
:tag "PHP Import Statement")
223
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
+
229
(define-obsolete-face-alias 'php-annotations-annotation-face 'php-doc-annotation-tag "1.19.0")
230
231
(provide 'php-face)
0 commit comments