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 1c13765 commit a2b68dcCopy full SHA for a2b68dc
php-face.el
@@ -226,6 +226,16 @@
226
:group 'php-faces
227
:tag "PHP Class Modifier")
228
229
+(defface php-method-modifier '((t (:inherit php-keyword)))
230
+ "PHP Mode Face used to highlight method modifiers (final, abstract)."
231
+ :group 'php-faces
232
+ :tag "PHP Method Modifier")
233
+
234
+(defface php-visibility-modifier '((t (:inherit php-keyword)))
235
+ "PHP Mode Face used to highlight access keywords (public, protected, private)."
236
237
+ :tag "PHP Visibility Modifier")
238
239
(define-obsolete-face-alias 'php-annotations-annotation-face 'php-doc-annotation-tag "1.19.0")
240
241
(provide 'php-face)
0 commit comments