Start on rendering the outline view
This commit is contained in:
parent
ef596c64f8
commit
d6ed2ba642
5 changed files with 152 additions and 11 deletions
|
@ -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};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue