Start on rendering the outline view

This commit is contained in:
Antonio Scandurra 2022-01-13 12:01:11 +01:00
parent ef596c64f8
commit d6ed2ba642
5 changed files with 152 additions and 11 deletions

View file

@ -14,7 +14,7 @@ pub use diagnostic_set::DiagnosticEntry;
use gpui::AppContext;
use highlight_map::HighlightMap;
use lazy_static::lazy_static;
pub use outline::Outline;
pub use outline::{Outline, OutlineItem};
use parking_lot::Mutex;
use serde::Deserialize;
use std::{ops::Range, path::Path, str, sync::Arc};