mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
highlights(php): add namespace aliasing name as type
This commit is contained in:
parent
d05bd10fb1
commit
689a078f91
1 changed files with 1 additions and 0 deletions
|
|
@ -20,6 +20,7 @@
|
|||
name: (name) @type)
|
||||
(namespace_use_clause
|
||||
[(name) (qualified_name)] @type)
|
||||
(namespace_aliasing_clause (name)) @type
|
||||
(class_interface_clause
|
||||
[(name) (qualified_name)] @type)
|
||||
(scoped_call_expression
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue