mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
highlights(php): remove typedef capture from as
This commit is contained in:
parent
620b947218
commit
0c6835ce5e
1 changed files with 1 additions and 1 deletions
|
|
@ -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)])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue