Commit 4f6a5f9
authored
Add syntax highlighting for nullsafe member calls (#90)
Adds missing syntax highlighting for nullsafe method calls (`?->`).
Complements the existing `nullsafe_member_access_expression` rule with
`nullsafe_member_call_expression` for complete PHP 8.0 nullsafe operator
support.1 parent efda170 commit 4f6a5f9
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
28 | 31 | | |
29 | 32 | | |
30 | 33 | | |
| |||
0 commit comments