Merge jsx language into js

This commit is contained in:
Keith Simmons 2022-04-14 11:30:19 -07:00 committed by Keith Simmons
parent 544ca443e3
commit dcd5922609
9 changed files with 1 additions and 319 deletions

View file

@ -42,11 +42,6 @@ pub fn build_language_registry(login_shell_env_loaded: Task<()>) -> LanguageRegi
tree_sitter_typescript::language_tsx(),
Some(Arc::new(typescript::TypeScriptLspAdapter)),
),
(
"jsx",
tree_sitter_typescript::language_tsx(),
Some(Arc::new(typescript::TypeScriptLspAdapter)),
),
(
"typescript",
tree_sitter_typescript::language_typescript(),