From 1555fea9f6a925caad8ff1edfc63ce8a2a1a1007 Mon Sep 17 00:00:00 2001 From: Kunal Singh Date: Thu, 18 Jul 2024 23:14:01 +0530 Subject: [PATCH 1/2] Update implementations.md --- pages/implementations.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pages/implementations.md b/pages/implementations.md index ee143ee..315d7ed 100644 --- a/pages/implementations.md +++ b/pages/implementations.md @@ -188,6 +188,8 @@ Several distributed databases also have built-in support for CRDTs: Several text editors use CRDTs: +* [Zed](https://zed.dev/blog/crdts) is a high-performance, CRDT-based multiplayer code editor from the creators of Atom and Tree-sitter. It's aopen source and written in Rust. + * [crdt.el](https://code.librehq.com/qhong/crdt.el) is a real-time collaborative editing environment for Emacs using Conflict-free Replicated Data Types. * The [Teletype package](https://teletype.atom.io/) for the From 7b8c8597e5b142e0b7168d582333fd21ecb87fb3 Mon Sep 17 00:00:00 2001 From: Kunal Singh Date: Thu, 18 Jul 2024 23:16:13 +0530 Subject: [PATCH 2/2] Update implementations.md --- pages/implementations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/implementations.md b/pages/implementations.md index 315d7ed..0c1e4cd 100644 --- a/pages/implementations.md +++ b/pages/implementations.md @@ -188,7 +188,7 @@ Several distributed databases also have built-in support for CRDTs: Several text editors use CRDTs: -* [Zed](https://zed.dev/blog/crdts) is a high-performance, CRDT-based multiplayer code editor from the creators of Atom and Tree-sitter. It's aopen source and written in Rust. +* [Zed](https://zed.dev/blog/crdts) is a high-performance, CRDT-based multiplayer code editor from the creators of Atom and Tree-sitter. It's open source and written in Rust. * [crdt.el](https://code.librehq.com/qhong/crdt.el) is a real-time collaborative editing environment for Emacs using Conflict-free Replicated Data Types.