feat(doc): update to show more highlighting
This commit is contained in:
parent
ec028dd0e5
commit
0b9a914f7e
1 changed files with 5 additions and 8 deletions
13
README.md
13
README.md
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue