aboutsummaryrefslogtreecommitdiff
path: root/runtime/queries/php
diff options
context:
space:
mode:
authorIvan2023-03-14 00:21:44 +0000
committerGitHub2023-03-14 00:21:44 +0000
commit955eb5b2dea16d421284872ce94f7d399c5fe65e (patch)
treef26e281c67a088695fb85a61dea2a8c46d42e463 /runtime/queries/php
parentd15f9721a51db08790eb10d8c31a5c81b84ac4ee (diff)
queries/php: add missing keywords `unset` and `clone` (#6299)
Diffstat (limited to 'runtime/queries/php')
-rw-r--r--runtime/queries/php/highlights.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/queries/php/highlights.scm b/runtime/queries/php/highlights.scm
index 4bf313d8..b9429ae8 100644
--- a/runtime/queries/php/highlights.scm
+++ b/runtime/queries/php/highlights.scm
@@ -164,6 +164,8 @@
"private"
"protected"
"public"
+ "clone"
+ "unset"
] @keyword
[