Swap to parsing javascript as jsx

This commit is contained in:
Keith Simmons 2022-04-18 15:26:57 -07:00
parent dcd5922609
commit 26f2aa4d69

View file

@ -49,7 +49,7 @@ pub fn build_language_registry(login_shell_env_loaded: Task<()>) -> LanguageRegi
),
(
"javascript",
tree_sitter_typescript::language_typescript(),
tree_sitter_typescript::language_tsx(),
Some(Arc::new(typescript::TypeScriptLspAdapter)),
),
] {