From 447890a7ea96da048fa720d313b32860c995e8bb Mon Sep 17 00:00:00 2001 From: Simeon Simeonov Date: Thu, 19 Dec 2019 14:30:16 +0100 Subject: Many changes... --- .emacs.d/lisp/php-face.el | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.emacs.d/lisp/php-face.el') diff --git a/.emacs.d/lisp/php-face.el b/.emacs.d/lisp/php-face.el index 75bdc81..4230bae 100644 --- a/.emacs.d/lisp/php-face.el +++ b/.emacs.d/lisp/php-face.el @@ -101,6 +101,11 @@ :group 'php-faces :tag "PHP Type") +(defface php-class '((t (:inherit font-lock-type-face))) + "PHP Mode face used to highlight class." + :group 'php-faces + :tag "PHP Class") + (defface php-constant '((t (:inherit font-lock-constant-face))) "PHP Mode face used to highlight constants." :group 'php-faces -- cgit v1.3