現在、これはクラスプロパティ(赤)を含むすべての変数を強調表示するコードです。
<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
は別の色で欲しいです