update packages
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
;; Author: USAMI Kenta <tadsan@zonu.me>
|
||||
;; Created: 5 May 2019
|
||||
;; Version: 1.23.0
|
||||
;; Version: 1.24.0
|
||||
;; Keywords: faces, php
|
||||
;; Homepage: https://github.com/emacs-php/php-mode
|
||||
;; License: GPL-3.0-or-later
|
||||
@@ -30,7 +30,7 @@
|
||||
|
||||
;;;###autoload
|
||||
(defgroup php-faces nil
|
||||
"Faces used in PHP Mode"
|
||||
"Faces used in PHP Mode."
|
||||
:tag "PHP Faces"
|
||||
:group 'php-mode
|
||||
:group 'faces)
|
||||
@@ -206,7 +206,7 @@
|
||||
:tag "PHP Class Declaration")
|
||||
|
||||
(defface php-class-declaration-spec '((t (:inherit php-keyword)))
|
||||
"PHP Mode Face used to highlight class declaration specification keywords (implements, extends)"
|
||||
"PHP Mode Face used to highlight class declaration specification keywords (implements, extends)."
|
||||
:group 'php-faces
|
||||
:tag "PHP Class Declaration Specification")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user