Skip to content

Commit a0a63be

Browse files
committed
Remove duplicate method call pattern
1 parent d3d5ee6 commit a0a63be

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

php-mode.el

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1582,12 +1582,6 @@ a completion list."
15821582
;; already fontified by another pattern. Note that using OVERRIDE
15831583
;; is usually overkill.
15841584
`(
1585-
;; Highlight variables, e.g. 'var' in '$var' and '$obj->var', but
1586-
;; not in $obj->var()
1587-
("->\\(\\sw+\\)\\s-*(" 1 'php-method-call)
1588-
1589-
("\\(\\$\\|->\\)\\([a-zA-Z0-9_]+\\)" 2 'php-property-name)
1590-
15911585
;; Highlight all upper-cased symbols as constant
15921586
("\\<\\([A-Z_][A-Z0-9_]+\\)\\>" 1 'php-constant)
15931587

0 commit comments

Comments
 (0)