mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
highlights(php): instanceof operand
This commit is contained in:
parent
a422d8508d
commit
cf21f81274
1 changed files with 3 additions and 0 deletions
|
|
@ -32,6 +32,9 @@
|
|||
name: (name) @type)
|
||||
(use_declaration
|
||||
(name) @type)
|
||||
(binary_expression
|
||||
operator: "instanceof"
|
||||
right: [(name) (qualified_name)] @type)
|
||||
|
||||
; Functions, methods, constructors
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue