feat(php): add highlights for scoped_property_access

This commit is contained in:
Caleb White 2024-05-02 11:43:02 -05:00 committed by Amaan Qureshi
parent 925490e34d
commit 6f54846f2b
2 changed files with 13 additions and 0 deletions

View file

@ -23,5 +23,8 @@ class A {
// ^^^ @variable.member
$this->foo(a: 5);
// ^ @variable.parameter
A::$foo::$bar;
// ^^^ @variable.member
// ^^^ @variable.member
}
}