aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnanda Umamil <zweimach@zweimach.org>2023-01-26 19:22:16 +0700
committerStephan Seitz <stephan.seitz@fau.de>2023-02-12 01:23:19 -0800
commit0c6835ce5e2c826f958b89aa5d49a74303b4c10e (patch)
tree0059fa3f18526b6087f2504a64aeaa6b86703778
parenthighlights(php): fix `@constant` queries (diff)
downloadnvim-treesitter-0c6835ce5e2c826f958b89aa5d49a74303b4c10e.tar
nvim-treesitter-0c6835ce5e2c826f958b89aa5d49a74303b4c10e.tar.gz
nvim-treesitter-0c6835ce5e2c826f958b89aa5d49a74303b4c10e.tar.bz2
nvim-treesitter-0c6835ce5e2c826f958b89aa5d49a74303b4c10e.tar.lz
nvim-treesitter-0c6835ce5e2c826f958b89aa5d49a74303b4c10e.tar.xz
nvim-treesitter-0c6835ce5e2c826f958b89aa5d49a74303b4c10e.tar.zst
nvim-treesitter-0c6835ce5e2c826f958b89aa5d49a74303b4c10e.zip
highlights(php): remove typedef capture from `as`
-rw-r--r--queries/php/highlights.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/queries/php/highlights.scm b/queries/php/highlights.scm
index 3e30f75bb..da2334f83 100644
--- a/queries/php/highlights.scm
+++ b/queries/php/highlights.scm
@@ -32,7 +32,7 @@
(namespace_use_clause
[(name) @type
(qualified_name (name) @type)])
-(namespace_aliasing_clause (name)) @type.definition
+(namespace_aliasing_clause (name) @type.definition)
(class_interface_clause
[(name) @type
(qualified_name (name) @type)])