ci: format

This commit is contained in:
Barrett Ruth 2026-03-05 01:10:25 -05:00
parent d2921c6fdd
commit 91a856443f
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
2 changed files with 33 additions and 5 deletions

View file

@ -370,7 +370,17 @@ function M.highlight_hunk(bufnr, ns, hunk, opts)
header_map[i] = hunk.header_start_line - 1 + i
end
extmark_count = extmark_count
+ highlight_treesitter(bufnr, ns, hunk.header_lines, 'diff', header_map, qw, nil, p, qw > 0 or pw > 1)
+ highlight_treesitter(
bufnr,
ns,
hunk.header_lines,
'diff',
header_map,
qw,
nil,
p,
qw > 0 or pw > 1
)
end
local at_raw_line