Extract logic around custom text highlights out of InlayChunks iterator (#22104)

This is a pure refactor, extracted from
https://github.com/zed-industries/zed/tree/new-diff-map

Release Notes:

- N/A

Co-authored-by: Conrad <conrad@zed.dev>
Co-authored-by: Agus <agus@zed.dev>
This commit is contained in:
Max Brunsfeld 2024-12-16 12:51:17 -08:00 committed by GitHub
parent 4bf005ef52
commit 8127decd2d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 191 additions and 161 deletions

View file

@ -19,6 +19,7 @@
mod block_map;
mod crease_map;
mod custom_highlights;
mod fold_map;
mod inlay_map;
pub(crate) mod invisibles;