Skip to content

Commit

Permalink
add jq client info
Browse files Browse the repository at this point in the history
  • Loading branch information
nverno committed Aug 18, 2023
1 parent bfeea85 commit a739cb2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion clients/lsp-jq.el
Original file line number Diff line number Diff line change
Expand Up @@ -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
8 changes: 8 additions & 0 deletions docs/lsp-clients.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit a739cb2

Please sign in to comment.