Start adding support for Elixir
This commit is contained in:
parent
2ac2d722a2
commit
327aae3bf2
9 changed files with 194 additions and 0 deletions
|
@ -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(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue