Improve the look of the syntax tree view UI
This commit is contained in:
parent
e969e3b028
commit
56b749788f
8 changed files with 382 additions and 67 deletions
|
@ -7,7 +7,7 @@ mod lsp_log_tests;
|
|||
use gpui::AppContext;
|
||||
|
||||
pub use lsp_log::{LogStore, LspLogToolbarItemView, LspLogView};
|
||||
pub use syntax_tree_view::SyntaxTreeView;
|
||||
pub use syntax_tree_view::{SyntaxTreeToolbarItemView, SyntaxTreeView};
|
||||
|
||||
pub fn init(cx: &mut AppContext) {
|
||||
lsp_log::init(cx);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue