Skip to content

Commit

Permalink
highlights(php): add missings operators ?-> and => (#1729)
Browse files Browse the repository at this point in the history
This will:

- add nullsafe `?->` as `@operator`
- add separator for associative arrays `=>` as `@operator`
  • Loading branch information
wilmanbarrios committed Aug 26, 2021
1 parent 73798e3 commit 1e4c846
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions queries/php/highlights.scm
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,9 @@
">>"

"->"
"?->"

"=>"

"<"
"<="
Expand Down

0 comments on commit 1e4c846

Please sign in to comment.