mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-16 02:10:15 -04:00
highlights/locals(php): rename type_name -> named_type
This commit is contained in:
parent
6d8267468b
commit
fe8264e3f6
2 changed files with 7 additions and 2 deletions
|
|
@ -8,7 +8,8 @@
|
|||
(primitive_type)
|
||||
(cast_type)
|
||||
] @type.builtin
|
||||
(type_name (name) @type)
|
||||
(named_type (name) @type) @type
|
||||
(named_type (qualified_name) @type) @type
|
||||
|
||||
; Functions
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue