File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -1569,11 +1569,10 @@ a completion list."
1569
1569
1570
1570
; ; Property access protection
1571
1571
(" \\ (private\\ |protected\\ |public\\ )\\ (?:[[:space:]]static\\ |[[:space:]]const\\ )?\\ (?:[[:space:]]\$ ?[[:word:]]+\\ )\\ (?:[[:space:]]*=[[:space:]]*[^;]+\\ )?\\ (?:;\\ )" (1 'php-property-access ))
1572
- ; ("\\ (private\\ |protected\\ |public\\ )[[:space:]]\\ (?:const[[:space:]][^\$][[:word:]]\\ |\$[[:word:]]\\ )" (1 'php-property-access))
1573
1572
1574
1573
; ; Property static modifier
1575
- ; ; ("\\ (static\\ )[[:space:]]\\ (?:public \\ |protected \\ |private \\ )" (1 'php-property-static))
1576
-
1574
+ (" \\ (static\\ )\\ (?: [[:space:]]private \\ |[[:space:]]protected \\ |[[:space:]]public \\ )? \\ (?:[[:space:]] \$ ?[[:word:]]+ \\ ) \\ (?:[[:space:]]*=[[:space:]]*[^;]+ \\ )? \\ (?:; \\ )" (1 'php-property-static ))
1575
+
1577
1576
; ; Highlight variables, e.g. 'var' in '$var' and '$obj->var', but
1578
1577
; ; not in $obj->var()
1579
1578
(" \\ (->\\ )\\ (\\ sw+\\ )\\ s-*(" (1 'php-object-op ) (2 'php-method-call ))
You can’t perform that action at this time.
0 commit comments