Swap to parsing javascript as jsx
This commit is contained in:
parent
dcd5922609
commit
26f2aa4d69
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ pub fn build_language_registry(login_shell_env_loaded: Task<()>) -> LanguageRegi
|
||||||
),
|
),
|
||||||
(
|
(
|
||||||
"javascript",
|
"javascript",
|
||||||
tree_sitter_typescript::language_typescript(),
|
tree_sitter_typescript::language_tsx(),
|
||||||
Some(Arc::new(typescript::TypeScriptLspAdapter)),
|
Some(Arc::new(typescript::TypeScriptLspAdapter)),
|
||||||
),
|
),
|
||||||
] {
|
] {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue