mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-11 12:46:07 +00:00
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…
Reference in a new issue