mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-08 14:30:05 -04:00
feat(php): add highlights for scoped_property_access
This commit is contained in:
parent
925490e34d
commit
6f54846f2b
2 changed files with 13 additions and 0 deletions
|
|
@ -23,5 +23,8 @@ class A {
|
|||
// ^^^ @variable.member
|
||||
$this->foo(a: 5);
|
||||
// ^ @variable.parameter
|
||||
A::$foo::$bar;
|
||||
// ^^^ @variable.member
|
||||
// ^^^ @variable.member
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue