From 0b9a914f7e72caa441597d89847d86203f74e412 Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Mon, 2 Feb 2026 16:55:21 -0500 Subject: [PATCH] feat(doc): update to show more highlighting --- README.md | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 7318bb5..5d08a83 100644 --- a/README.md +++ b/README.md @@ -9,14 +9,11 @@ diffs. ## Features -- **Language-aware highlighting**: Full treesitter syntax highlighting for code - in diff hunks -- **Automatic language detection**: Detects language from filenames using - Neovim's filetype detection -- **Header context highlighting**: Highlights function signatures in hunk - headers (`@@ ... @@ function foo()`) -- **Performance optimized**: Debounced updates, configurable max lines per hunk -- **Zero configuration**: Works out of the box with sensible defaults +- Treesitter syntax highlighting in `:Git` diffs and commit views +- `:Gdiffsplit` / `:Gvdiffsplit` syntax through diff backgrounds +- Vim syntax fallback for languages without a treesitter parser +- Hunk header context highlighting (`@@ ... @@ function foo()`) +- Configurable debouncing, max lines, and diff prefix concealment ## Requirements