Got tree sitter integration to a shippable place

This commit is contained in:
Mikayla Maki 2022-12-05 11:29:52 -08:00
parent 30872d3992
commit 0921178b42
22 changed files with 88 additions and 544 deletions

View file

@ -129,8 +129,7 @@ pub async fn init(languages: Arc<LanguageRegistry>, _executor: Arc<Background>)
Some(CachedLspAdapter::new(ruby::RubyLanguageServer).await),
),
("scheme", tree_sitter_scheme::language(), None),
// ("racket", tree_sitter_racket::language(), None),
("commonlisp", tree_sitter_commonlisp::language(), None),
("racket", tree_sitter_racket::language(), None),
] {
languages.add(language(name, grammar, lsp_adapter));
}