pub const MAX_HUNK_SEQUENCE_LINES: usize = 512;Expand description
Largest hunk (in total patch lines) served as a fallback syntax sequence. Larger hunks degrade to per-line highlighting so patch-only rendering work stays bounded by the viewport rather than the document.