目前,这是突出显示所有变量的代码,包括类属性(它们是红色的):
<dict>
<key>name</key>
<string>Variables</string>
<key>scope</key>
<string>variable, support.variable</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string></string>
<key>foreground</key>
<string>#dc322f</string>
</dict>
</dict>
如何仅更改类属性的颜色?
$object->property = 'xxx';
所以$object
应该还是红色,但我想要property
不同的颜色