diff --git a/clients/lsp-jq.el b/clients/lsp-jq.el index 46e26e5dc57..de910ef85a6 100644 --- a/clients/lsp-jq.el +++ b/clients/lsp-jq.el @@ -40,7 +40,7 @@ (make-lsp-client :new-connection (lsp-stdio-connection lsp-jq-executable) :major-modes '(jq-mode) - :server-id 'jq-ls)) + :server-id 'jq-lsp)) (provide 'lsp-jq) ;;; lsp-jq.el ends here diff --git a/docs/lsp-clients.json b/docs/lsp-clients.json index d3902f20228..10a2d55185f 100644 --- a/docs/lsp-clients.json +++ b/docs/lsp-clients.json @@ -406,6 +406,14 @@ "installation-url": "https://github.com/JuliaEditorSupport/LanguageServer.jl", "debugger": "Not available" }, + { + "name": "jq", + "full-name": "Jq (jq-lsp)", + "server-name": "jq-lsp", + "server-url": "https://github.com/wader/jq-lsp", + "installation-url": "https://github.com/wader/jq-lsp#install", + "debugger": "Not available" + }, { "name": "kotlin", "full-name": "Kotlin",