fix: diff search hit highlight across ranges

This commit is contained in:
2026-06-07 20:06:57 +01:00
parent be83a0b352
commit d09199a562
5 changed files with 198 additions and 35 deletions

View File

@@ -1,5 +1,6 @@
pub(crate) mod diff;
pub(crate) mod file;
pub(crate) mod range;
pub(crate) mod str;
pub(crate) mod syntax_highlight;
pub(crate) mod timeout;