Fix missing TypeScript outline entries and breadcrumbs

This commit is contained in:
Max Brunsfeld 2022-04-22 13:49:03 -07:00
parent ddc45eb24e
commit bfec9e1ec2
5 changed files with 72 additions and 8 deletions

View file

@ -63,7 +63,7 @@ pub fn build_language_registry(login_shell_env_loaded: Task<()>) -> LanguageRegi
languages
}
fn language(
pub(crate) fn language(
name: &str,
grammar: tree_sitter::Language,
lsp_adapter: Option<Arc<dyn LspAdapter>>,