File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ All notable changes of the PHP Mode 1.19.1 release series are documented in this
7
7
### Changed
8
8
9
9
* Add ` readonly ` class modifier to [ Imenu] ([ #802 ] )
10
+ * Add ` enum ` support to ` php-current-class ` ([ #802 ] )
10
11
11
12
[ Imenu ] : https://www.gnu.org/software/emacs/manual/html_node/emacs/Imenu.html
12
13
[ #802 ] : https://github.com/emacs-php/php-mode/pull/802
Original file line number Diff line number Diff line change @@ -471,7 +471,7 @@ can be used to match against definitions for that classlike."
471
471
472
472
(defconst php--re-classlike-pattern
473
473
(eval-when-compile
474
- (php-create-regexp-for-classlike (regexp-opt '(" class" " interface" " trait" )))))
474
+ (php-create-regexp-for-classlike (regexp-opt '(" class" " interface" " trait" " enum " )))))
475
475
476
476
(defvar php--analysis-syntax-table
477
477
(eval-when-compile
You can’t perform that action at this time.
0 commit comments