mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-08 06:20:01 -04:00
highlights(php): add instanceof as @keyword (#1728)
This commit is contained in:
parent
cdcce1b1a7
commit
ec17095e22
2 changed files with 2 additions and 1 deletions
|
|
@ -100,6 +100,7 @@
|
|||
"global"
|
||||
"implements"
|
||||
"insteadof"
|
||||
"instanceof"
|
||||
"interface"
|
||||
"namespace"
|
||||
"new"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue