File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 56
56
:group 'php-faces
57
57
:tag " PHP Function Name" )
58
58
59
- (defface php-function-call '((t (:inherit default )))
59
+ (defface php-function-call '((t ()))
60
60
" PHP Mode face used to highlight function names in calles."
61
61
:group 'php-faces
62
62
:tag " PHP Function Call" )
81
81
:group 'php-faces
82
82
:tag " PHP Property Name" )
83
83
84
- (defface php-variable-sigil '((t (:inherit default )))
84
+ (defface php-variable-sigil '((t ()))
85
85
" PHP Mode face used to highlight variable sigils ($)."
86
86
:group 'php-faces
87
87
:tag " PHP Variable Sigil" )
88
88
89
- (defface php-operator '((t (:inherit default )))
89
+ (defface php-operator '((t ()))
90
90
" PHP Mode face used to operators."
91
91
:group 'php-faces
92
92
:tag " PHP Operator" )
126
126
:group 'php-faces
127
127
:tag " PHP Object Op" )
128
128
129
- (defface php-paamayim-nekudotayim '((t (:inherit default )))
129
+ (defface php-paamayim-nekudotayim '((t ()))
130
130
" PHP Mode face used to highlight \" Paamayim Nekudotayim\" scope resolution operators (::)."
131
131
:group 'php-faces
132
132
:tag " PHP Paamayim Nekudotayim" )
You can’t perform that action at this time.
0 commit comments