feat(doc): update to show more highlighting

This commit is contained in:
Barrett Ruth 2026-02-02 16:55:21 -05:00
parent ec028dd0e5
commit 0b9a914f7e

View file

@ -9,14 +9,11 @@ diffs.
## Features ## Features
- **Language-aware highlighting**: Full treesitter syntax highlighting for code - Treesitter syntax highlighting in `:Git` diffs and commit views
in diff hunks - `:Gdiffsplit` / `:Gvdiffsplit` syntax through diff backgrounds
- **Automatic language detection**: Detects language from filenames using - Vim syntax fallback for languages without a treesitter parser
Neovim's filetype detection - Hunk header context highlighting (`@@ ... @@ function foo()`)
- **Header context highlighting**: Highlights function signatures in hunk - Configurable debouncing, max lines, and diff prefix concealment
headers (`@@ ... @@ function foo()`)
- **Performance optimized**: Debounced updates, configurable max lines per hunk
- **Zero configuration**: Works out of the box with sensible defaults
## Requirements ## Requirements