From 9b41408fd89cca1e6f94b13da779074be4f88aa9 Mon Sep 17 00:00:00 2001 From: Barrett Ruth <62671086+barrettruth@users.noreply.github.com> Date: Sun, 8 Mar 2026 14:55:21 -0400 Subject: [PATCH] Revise README for clarity and emphasis on Treesitter Updated project description to emphasize Treesitter-powered syntax highlighting. --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b7bb86c..b65e5c2 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,9 @@ # diffs.nvim -**Syntax highlighting for diffs in Neovim** +**Treesitter-powered Diff Syntax highlighting for Neovim** -Enhance [vim-fugitive](https://github.com/tpope/vim-fugitive), -[Neogit](https://github.com/NeogitOrg/neogit), and Neovim's built-in diff mode -with language-aware syntax highlighting. +Enhance Neovim's built-in diff mode (and much more!) with language-aware +syntax highlighting driven by treesitter.