From 0b1073e087baacb8eec454e099aa90ca2bb0c386 Mon Sep 17 00:00:00 2001 From: altaway Date: Thu, 23 Apr 2020 12:41:28 +0530 Subject: [PATCH] Add amp under text editors --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d51147e..d508e48 100644 --- a/README.md +++ b/README.md @@ -319,6 +319,7 @@ See also [A comparison of operating systems written in Rust](https://github.com/ ### Text editors +* [amp](https://amp.rs) — Inspired by Vi/Vim. [](https://travis-ci.org/jmacdonald/amp) * [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