mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-31 15:01:58 +00:00
Reenable html, remove emmet due to the lack of the code
This commit is contained in:
parent
a35b3f39c5
commit
814896de3f
1 changed files with 1 additions and 2 deletions
|
@ -118,8 +118,7 @@ pub fn init(languages: Arc<LanguageRegistry>, node_runtime: Arc<NodeRuntime>) {
|
|||
"html",
|
||||
tree_sitter_html::language(),
|
||||
vec![
|
||||
// Arc::new(html::HtmlLspAdapter::new(node_runtime.clone())),
|
||||
// Arc::new(emmet::EmmetLspAdapter::new(node_runtime.clone())),
|
||||
Arc::new(html::HtmlLspAdapter::new(node_runtime.clone())),
|
||||
Arc::new(tailwind::TailwindLspAdapter::new(node_runtime.clone())),
|
||||
],
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue