From 3f4999158aca469fd482614fa9c0b1771135fd4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ila=C3=AF=20Deutel?= Date: Tue, 18 Feb 2020 20:58:46 -0800 Subject: [PATCH] Add kibi --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b3ce8fb..e2663d0 100644 --- a/README.md +++ b/README.md @@ -312,6 +312,7 @@ See also [A comparison of operating systems written in Rust](https://github.com/ ### Text editors * [gchp/iota](https://github.com/gchp/iota) — A simple text editor [](https://travis-ci.org/gchp/iota) +* [ilai-deutel/kibi](https://github.com/ilai-deutel/kibi) — A tiny (≤1024 LOC) text editor with syntax highlighting, incremental search and more. [](https://travis-ci.com/ilai-deutel/kibi) * [mathall/rim](https://github.com/mathall/rim) — Vim-like text editor written in Rust * [Remacs](https://github.com/remacs/remacs) — A community-driven port of Emacs to Rust. [](https://travis-ci.org/remacs/remacs) * [xi-editor](https://github.com/xi-editor/xi-editor) — A modern editor with a backend written in Rust.