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:
parent
4bf005ef52
commit
8127decd2d
3 changed files with 191 additions and 161 deletions
|
@ -19,6 +19,7 @@
|
|||
|
||||
mod block_map;
|
||||
mod crease_map;
|
||||
mod custom_highlights;
|
||||
mod fold_map;
|
||||
mod inlay_map;
|
||||
pub(crate) mod invisibles;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue