php-mode
php-mode copied to clipboard
Unexpected syntax highlights after "new" in string
About
- I found unexpected syntax highlights in the string after "new"
- I think it is affected by "new" for object creation
Screenshot
"ne foo" | "new foo" |
---|---|
![]() |
![]() |
"foo" is sting color | "foo" is object color, maybe |
Environments
(emacs-version)
"GNU Emacs 29.0.50 (build 1, x86_64-apple-darwin21.4.0, NS appkit-2113.40 Version 12.3.1 (Build 21E258))
of 2022-05-13"
(php-mode-version)
"PHP Mode 1.24.1"
Thank you for reporting. Maybe same as https://github.com/emacs-php/php-mode/issues/493.