mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 19:46:58 -04:00
highlights(php): highlight use declaration name as type
This commit is contained in:
parent
560e8fb450
commit
6d44cc06f4
1 changed files with 2 additions and 0 deletions
|
|
@ -29,6 +29,8 @@
|
|||
(name) @constant)
|
||||
(trait_declaration
|
||||
name: (name) @type)
|
||||
(use_declaration
|
||||
(name) @type)
|
||||
|
||||
; Functions, methods, constructors
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue