Reenable html, remove emmet due to the lack of the code

This commit is contained in:
Kirill Bulatov 2023-08-22 12:51:14 +03:00
parent a35b3f39c5
commit 814896de3f

View File

@ -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())),
],
);