From 8634dd959e5e5a798f41f00143a24773c1f32717 Mon Sep 17 00:00:00 2001 From: Mist Date: Fri, 18 Oct 2024 21:03:43 +0800 Subject: [PATCH] feat(doc): add CodeSnap.nvim to "Projects using Syntect" chapter --- Readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Readme.md b/Readme.md index 4a479e1..f58e7d2 100644 --- a/Readme.md +++ b/Readme.md @@ -245,6 +245,7 @@ Below is a list of projects using Syntect, in approximate order by how long they - [bingus-blog](https://git.slonk.ing/slonk/bingus-blog), a blog software written in Rust, uses `syntect` for fenced code blocks. - [BugStalker](https://github.com/godzie44/BugStalker/), modern debugger for Linux x86-64. Written in Rust for Rust programs. - [Yazi](https://github.com/sxyazi/yazi), blazing fast terminal file manager based on async I/O, uses `syntect` for text file previews. +- [CodeSnap.nvim](https://github.com/mistricky/codesnap.nvim), snapshot plugin for Neovim, that uses `syntect` for code syntax highlighting. ## License and Acknowledgements