Start language servers based on buffers' languages
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
This commit is contained in:
parent
a66b81d60a
commit
8d3f42de52
12 changed files with 197 additions and 107 deletions
|
@ -1,4 +1,4 @@
|
|||
pub use language::{Buffer, Diagnostic, Language, LanguageRegistry, Point};
|
||||
pub use language::*;
|
||||
use rust_embed::RustEmbed;
|
||||
use std::borrow::Cow;
|
||||
use std::{str, sync::Arc};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue