File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 5656 :group 'php-faces
5757 :tag " PHP Function Name" )
5858
59- (defface php-function-call '((t (:inherit default )))
59+ (defface php-function-call '((t ()))
6060 " PHP Mode face used to highlight function names in calles."
6161 :group 'php-faces
6262 :tag " PHP Function Call" )
8181 :group 'php-faces
8282 :tag " PHP Property Name" )
8383
84- (defface php-variable-sigil '((t (:inherit default )))
84+ (defface php-variable-sigil '((t ()))
8585 " PHP Mode face used to highlight variable sigils ($)."
8686 :group 'php-faces
8787 :tag " PHP Variable Sigil" )
8888
89- (defface php-operator '((t (:inherit default )))
89+ (defface php-operator '((t ()))
9090 " PHP Mode face used to operators."
9191 :group 'php-faces
9292 :tag " PHP Operator" )
126126 :group 'php-faces
127127 :tag " PHP Object Op" )
128128
129- (defface php-paamayim-nekudotayim '((t (:inherit default )))
129+ (defface php-paamayim-nekudotayim '((t ()))
130130 " PHP Mode face used to highlight \" Paamayim Nekudotayim\" scope resolution operators (::)."
131131 :group 'php-faces
132132 :tag " PHP Paamayim Nekudotayim" )
You can’t perform that action at this time.
0 commit comments