From ec451c03ae5b92445df6de71216f02d3758cc168 Mon Sep 17 00:00:00 2001 From: Tom Parker-Shemilt Date: Sat, 17 Feb 2024 10:30:55 +0000 Subject: [PATCH] Fix kak-lsp and pulldown-cmark --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a731d1e..8f92461 100644 --- a/README.md +++ b/README.md @@ -748,7 +748,7 @@ See also [Are we (I)DE yet?](https://areweideyet.com/) and [Rust Tools](https:// * [IntelliJ](https://www.jetbrains.com/idea/) * [intellij-rust/intellij-rust](https://github.com/intellij-rust/intellij-rust) — * [Kakoune](http://kakoune.org/) - * [kak-lsp/kak-lsp](https://github.com/kak-lsp/kak-lsp/) — [LSP](https://microsoft.github.io/language-server-protocol/) client. Implemented in Rust and supports rls out of the box. + * [kakoune-lsp](https://github.com/kakoune-lsp/kakoune-lsp/) — [LSP](https://microsoft.github.io/language-server-protocol/) client. Implemented in Rust and supports rls out of the box. * [lapce](https://github.com/lapce/lapce) — Lightning-fast and Powerful Code Editor written in Rust. [![build badge](https://github.com/lapce/lapce/actions/workflows/release.yml/badge.svg)](https://github.com/lapce/lapce/actions/workflows/release.yml) * [Ride](https://github.com/madeso/ride) — * [Sublime Text](https://www.sublimetext.com/) @@ -1529,7 +1529,7 @@ See also [Are we game yet?](https://arewegameyet.rs) ### Markup language * CommonMark - * [raphlinus/pulldown-cmark](https://github.com/raphlinus/pulldown-cmark) — [CommonMark](https://commonmark.org/) parser in Rust + * [pulldown-cmark/pulldown-cmark](https://github.com/pulldown-cmark/pulldown-cmark) — [CommonMark](https://commonmark.org/) parser in Rust ### Mobile