PHP syntax highlighting isn't working as expected. Class imports (use statements), class definitions, and namespace declarations all display the same color, making them hard to distinguish.
Zed: 1.5.4
GitHub Theme: 0.1.8
Expected behavior
These distinct syntax elements should be highlighted with different colors:
namespace declarations
use / class import statements
- Class definitions
Actual behavior
All three are rendered in a single, identical color.
Example
GitHub Light in Zed
One Light in Zed
GitHub Light on GitHub.com

PHP syntax highlighting isn't working as expected. Class imports (
usestatements), class definitions, and namespace declarations all display the same color, making them hard to distinguish.Zed: 1.5.4
GitHub Theme: 0.1.8
Expected behavior
These distinct syntax elements should be highlighted with different colors:
namespacedeclarationsuse/ class import statementsActual behavior
All three are rendered in a single, identical color.
Example
GitHub Light in Zed
One Light in Zed
GitHub Light on GitHub.com