mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-18 03:10:04 -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)
|
(name) @constant)
|
||||||
(trait_declaration
|
(trait_declaration
|
||||||
name: (name) @type)
|
name: (name) @type)
|
||||||
|
(use_declaration
|
||||||
|
(name) @type)
|
||||||
|
|
||||||
; Functions, methods, constructors
|
; Functions, methods, constructors
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue