summaryrefslogtreecommitdiff
path: root/queries
diff options
context:
space:
mode:
authorWilman Barrios <wilmanbarrios@gmail.com>2021-08-26 13:15:09 -0400
committerGitHub <noreply@github.com>2021-08-26 12:15:09 -0500
commit1e4c846d01561821a737d08a6a5e2ac16d19c332 (patch)
treeaacd27898f6eadca75e0aa0ea9cf2033f69ec4ae /queries
parent73798e3793992715d45008e22b3f893f00169c42 (diff)
highlights(php): add missings operators `?->` and `=>` (#1729)
This will: - add nullsafe `?->` as `@operator` - add separator for associative arrays `=>` as `@operator`
Diffstat (limited to 'queries')
-rw-r--r--queries/php/highlights.scm3
1 files changed, 3 insertions, 0 deletions
diff --git a/queries/php/highlights.scm b/queries/php/highlights.scm
index 00a33ab4..7005518c 100644
--- a/queries/php/highlights.scm
+++ b/queries/php/highlights.scm
@@ -182,6 +182,9 @@
">>"
"->"
+ "?->"
+
+ "=>"
"<"
"<="