zed-industries / zed

Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
https://zed.dev
Other
42.19k stars 2.21k forks source link

Missing some schema file description #12319

Open Angelk90 opened 1 month ago

Angelk90 commented 1 month ago

Check for existing issues

Describe the feature

The example scheme file is missing some attributes with the description, see some examples below.

Link: https://zed.dev/schema/themes/v0.1.0.json

conflict.background, conflict.border, created.background, created.border, deleted.background, ecc..

For example for syntax, the description of all keys is missing.

If applicable, add mockups / screenshots to help present your vision of the feature

No response

maxdeviant commented 1 month ago

For example for syntax, the description of all keys is missing.

The syntax keys are dynamic, so it is expected that they won't have descriptions.

Angelk90 commented 1 month ago

@maxdeviant : But there is no documentation on the key name scheme either, how do I know what they are to set them? However some that are not syntax elements are missing, here are some: conflict.background, conflict.border, created.background, created.border, deleted.background, etc..