diff options
author | Ivan | 2023-03-14 00:21:44 +0000 |
---|---|---|
committer | GitHub | 2023-03-14 00:21:44 +0000 |
commit | 955eb5b2dea16d421284872ce94f7d399c5fe65e (patch) | |
tree | f26e281c67a088695fb85a61dea2a8c46d42e463 | |
parent | d15f9721a51db08790eb10d8c31a5c81b84ac4ee (diff) |
queries/php: add missing keywords `unset` and `clone` (#6299)
-rw-r--r-- | runtime/queries/php/highlights.scm | 2 |
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 [ |