Hi,
I’m creating a Zed theme and noticed that angular tags (components) are highlighted as @type.
https://github.com/nathansbradshaw/zed-angular/blob/05f8c2f92185a9b66f260833d4fa8854545033f6/languages/angular/highlights.scm#L120C2-L122C27
I don’t think they should be highlighted with this tag, since they are not types. For some themes this looks fine, but for others it does not. Vscode, for example use a single style for tags.
It would be nice to have something like tag.special, but unfortunately there isn’t one.
Hi,
I’m creating a Zed theme and noticed that angular tags (components) are highlighted as
@type.https://github.com/nathansbradshaw/zed-angular/blob/05f8c2f92185a9b66f260833d4fa8854545033f6/languages/angular/highlights.scm#L120C2-L122C27
I don’t think they should be highlighted with this tag, since they are not types. For some themes this looks fine, but for others it does not. Vscode, for example use a single style for tags.
It would be nice to have something like
tag.special, but unfortunately there isn’t one.