Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
1mod bitbucket; 2mod codeberg; 3mod gitee; 4mod github; 5mod gitlab; 6mod sourcehut; 7 8pub use bitbucket::*; 9pub use codeberg::*; 10pub use gitee::*; 11pub use github::*; 12pub use gitlab::*; 13pub use sourcehut::*;