Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
1# Zed Schema Generator 2 3Prints various Zed schemas to stdout. 4 5## Usage 6 7```sh 8cargo run -p schema_generator -- --help 9 10cargo run -p schema_generator -- theme 11cargo run -p schema_generator -- icon_theme 12```