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.
2 parents 2ad220f + a0a63be commit cbd5cf9Copy full SHA for cbd5cf9
php-mode.el
@@ -576,7 +576,6 @@ PHP does not have an \"enum\"-like keyword."
576
"iterable"
577
"as"
578
"break"
579
- "catch all"
580
"catch"
581
"clone"
582
"default"
@@ -1583,12 +1582,6 @@ a completion list."
1583
1582
;; already fontified by another pattern. Note that using OVERRIDE
1584
;; is usually overkill.
1585
`(
1586
- ;; Highlight variables, e.g. 'var' in '$var' and '$obj->var', but
1587
- ;; not in $obj->var()
1588
- ("->\\(\\sw+\\)\\s-*(" 1 'php-method-call)
1589
-
1590
- ("\\(\\$\\|->\\)\\([a-zA-Z0-9_]+\\)" 2 'php-property-name)
1591
1592
;; Highlight all upper-cased symbols as constant
1593
("\\<\\([A-Z_][A-Z0-9_]+\\)\\>" 1 'php-constant)
1594
0 commit comments