From f6c07383843d086348ab4552df1d33f507c4dcf1 Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Sat, 7 Feb 2026 14:32:04 -0500 Subject: [PATCH] docs: credit phanen for treesitter injection support --- README.md | 2 +- doc/diffs.nvim.txt | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 304e3b8..2b4d845 100644 --- a/README.md +++ b/README.md @@ -74,4 +74,4 @@ luarocks install diffs.nvim - [`gitsigns.nvim`](https://github.com/lewis6991/gitsigns.nvim) - [`git-conflict.nvim`](https://github.com/akinsho/git-conflict.nvim) - [@phanen](https://github.com/phanen) - diff header highlighting, unknown - filetype fix, shebang/modeline detection + filetype fix, shebang/modeline detection, treesitter injection support diff --git a/doc/diffs.nvim.txt b/doc/diffs.nvim.txt index aa51301..5807736 100644 --- a/doc/diffs.nvim.txt +++ b/doc/diffs.nvim.txt @@ -472,7 +472,8 @@ ACKNOWLEDGEMENTS *diffs-acknowledgements* - vim-fugitive (https://github.com/tpope/vim-fugitive) - codediff.nvim (https://github.com/esmuellert/codediff.nvim) - diffview.nvim (https://github.com/sindrets/diffview.nvim) -- @phanen (https://github.com/phanen) - diff header highlighting +- @phanen (https://github.com/phanen) - diff header highlighting, + treesitter injection support ============================================================================== vim:tw=78:ts=8:ft=help:norl: