Closed
Description
Hello, I've setup the php-mode faces like this:
(php-function-name :foreground green)
(php-function-call :foreground green)
(php-string :foreground yellow)
(php-keyword :foreground red)
(php-builtin :foreground purple)
(php-method-call :foreground green)
(php-static-method-call :foreground green)
(php-variable-name :foreground fg)
(php-property-name :foreground fg)
(php-variable-sigil :foreground fg-2)
(php-object-op :foreground red)
(php-paamayim-nekudotayim :foreground red)
(php-type :foreground blue :slant italic)
(php-class :foreground blue)
(php-constant :foreground purple)
(php-constant-assign :foreground blue)
(php-magical-constant :foreground purple)
(php-$this :foreground fg-2)
(php-$this-sigil :foreground fg-2)
(php-errorcontrol-op :foreground red)
(php-doc-annotation-tag :foreground blue)
(php-doc-variable-sigil :foreground fg-4)
(php-doc-$this :foreground fg-4)
(php-doc-$this-sigil :foreground fg-4)
(php-doc-class-name :foreground fg-4)
However, certain functions are still being displayed in white, like define
, substr
, array_merge
and probably many more.
Is there a way to change their face(s)?
Further more, can I change faces for operators? Bascially everything defined here: https://github.com/emacs-php/php-mode/pull/536/files
They are also white currently.
Thanks.
Metadata
Metadata
Assignees
Labels
No labels