We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae210e7 commit d4f4bdfCopy full SHA for d4f4bdf
php-mode.el
@@ -1328,7 +1328,7 @@ a completion list."
1328
("->\\(\\sw+\\)\\s-*(" 1 'default)
1329
1330
;; Highlight special variables
1331
- ("\\$\\(this\\|that\\)" 1 font-lock-constant-face)
+ ("\\$\\(this\\|that\\)\\_>" 1 font-lock-constant-face)
1332
("\\(\\$\\|->\\)\\([a-zA-Z0-9_]+\\)" 2 font-lock-variable-name-face)
1333
1334
;; Highlight function/method names
0 commit comments