Closed verhovsky closed 2 months ago
It is right for PHP as well, if "right" means looking like the website. The VS Code GitHub theme extension looks quite different from the website. The website:
<?php
declare(strict_types=1);
class Calculator
{
private int $a;
private int $b;
}
Zed with my changes:
VS Code
Your changes match with Github website
Here is the new release https://github.com/PyaeSoneAungRgn/github-zed-theme/releases/tag/v0.0.4
Thanks you
This is how GitHub does it, for example:
LongShort
is the type andaa
is the variable name, both have the same color.In Zed, before
after
The
*
and->
are still wrong though.