diffs.nvim/lua
Barrett Ruth f35287bdfe feat: treesitter highlighting for diff headers
Apply treesitter highlighting to diff metadata lines (diff --git, index,
---, +++) using the diff language parser. Header info is attached only
to the first hunk of each file to avoid duplicate highlighting.

Based on PR #52 by @phanen with fixes:
- header_lines now only contains diff metadata, not hunk content
- header info attached only to first hunk per file
- removed arbitrary hunk count restriction
2026-02-04 14:49:27 -05:00
..
diffs feat: treesitter highlighting for diff headers 2026-02-04 14:49:27 -05:00