Start adding support for Elixir

This commit is contained in:
Antonio Scandurra 2022-08-19 12:05:08 +02:00
parent 2ac2d722a2
commit 327aae3bf2
9 changed files with 194 additions and 0 deletions

View file

@ -45,6 +45,7 @@ pub async fn init(languages: Arc<LanguageRegistry>, _executor: Arc<Background>)
tree_sitter_cpp::language(),
Some(CachedLspAdapter::new(c::CLspAdapter).await),
),
("elixir", tree_sitter_elixir::language(), None),
(
"go",
tree_sitter_go::language(),