File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 221
221
:group 'php-faces
222
222
:tag " PHP Import Statement" )
223
223
224
- (defface php-modifiers- class '((t (:inherit php-keyword)))
224
+ (defface php-class-modifiers '((t (:inherit php-keyword)))
225
225
" Face used to highlight class modifiers (final, abstract)"
226
226
:group 'php-faces
227
227
:tag " PHP Class Modifiers" )
228
228
229
- (defface php-modifiers- method '((t (:inherit php-keyword)))
229
+ (defface php-method-modifiers '((t (:inherit php-keyword)))
230
230
" Face used to highlight method modifiers (final, abstract)"
231
231
:group 'php-faces
232
232
:tag " PHP Method Modifiers" )
233
233
234
+ (defface php-property-access '((t (:inherit php-keyword)))
235
+ " Face used to highlight property access keywords (public, protected, public)"
236
+ :group 'php-faces
237
+ :tag " PHP Property Access" )
238
+
234
239
(define-obsolete-face-alias 'php-annotations-annotation-face 'php-doc-annotation-tag " 1.19.0" )
235
240
236
241
(provide 'php-face )
You can’t perform that action at this time.
0 commit comments