Skip to content

Commit 218af74

Browse files
authored
fix(zed): register LSP for JSON language (package.json support) (#6)
1 parent a0bdcc2 commit 218af74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/deps-zed/extension.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ repository = "https://github.com/bug-ops/deps-lsp"
88

99
[language_servers.deps-lsp]
1010
name = "Deps LSP"
11-
languages = ["TOML"]
11+
languages = ["TOML", "JSON"]

0 commit comments

Comments
 (0)