feat(highlight): warn when hunks exceed max_lines (#184)

This commit is contained in:
Barrett Ruth 2026-03-10 17:36:36 -04:00 committed by GitHub
parent 600d3757f2
commit de04381298
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 99 additions and 22 deletions

View file

@ -17,6 +17,8 @@
---@field repo_root string?
---@field context_before string[]?
---@field context_after string[]?
---@field _hl_line_count integer?
---@field _skipped_max_lines boolean?
local M = {}