Skip to content

Commit cbd5cf9

Browse files
authored
Merge pull request #432 from zonuexe/remove-unused-keywords
Remove unused keywords
2 parents 2ad220f + a0a63be commit cbd5cf9

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

php-mode.el

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -576,7 +576,6 @@ PHP does not have an \"enum\"-like keyword."
576576
"iterable"
577577
"as"
578578
"break"
579-
"catch all"
580579
"catch"
581580
"clone"
582581
"default"
@@ -1583,12 +1582,6 @@ a completion list."
15831582
;; already fontified by another pattern. Note that using OVERRIDE
15841583
;; is usually overkill.
15851584
`(
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-
15921585
;; Highlight all upper-cased symbols as constant
15931586
("\\<\\([A-Z_][A-Z0-9_]+\\)\\>" 1 'php-constant)
15941587

0 commit comments

Comments
 (0)