Highlight only search results

This commit is contained in:
Piotr Osiewicz 2023-07-10 22:51:04 +02:00
parent 6739c31594
commit 4f60679861
3 changed files with 49 additions and 6 deletions

View file

@ -883,7 +883,7 @@ impl ProjectItem for Editor {
}
}
enum BufferSearchHighlights {}
pub(crate) enum BufferSearchHighlights {}
impl SearchableItem for Editor {
type Match = Range<Anchor>;