Skip to content

Commit 7ebd2c0

Browse files
committed
update README to include lsp-json
1 parent d34f552 commit 7ebd2c0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.org

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@
158158
| JavaScript/TypeScript | [[https://github.com/theia-ide/typescript-language-server][typescript-language-server]] (recommended) | Yes | npm i -g typescript-language-server; npm i -g typescript | Yes (Firefox/Chrome) |
159159
| JavaScript/TypeScript | [[https://github.com/sourcegraph/javascript-typescript-langserver][javascript-typescript-stdio]] | Yes | npm i -g javascript-typescript-langserver | Yes (Firefox/Chrome) |
160160
| JavaScript Flow | [[https://flow.org][flow]] (add-on if working on a Flow file) | Yes | [[https://flow.org][flow]] | Yes (Firefox/Chrome) |
161+
| Json | [[https://github.com/vscode-langservers/vscode-json-languageserver][vscode-json-languageserver]] | Yes | Automatic or manual by ~npm i -g vscode-json-languageserver~ | |
161162
| Julia | [[https://github.com/non-Jedi/lsp-julia][lsp-julia]] | [[https://github.com/non-Jedi/lsp-julia][lsp-julia]] | [[https://github.com/JuliaEditorSupport/LanguageServer.jl][LanguageServer.jl]] | |
162163
| Kotlin | [[https://github.com/fwcd/KotlinLanguageServer][kotlin-language-server]] | Yes | [[https://github.com/fwcd/KotlinLanguageServer][kotlin-language-server]] | |
163164
| OCaml | [[https://github.com/ocaml-lsp/ocaml-language-server][ocaml-language-server]] | Yes | [[https://github.com/ocaml-lsp/ocaml-language-server][ocaml-language-server]] | |
@@ -167,7 +168,7 @@
167168
| Powershell | [[https://github.com/PowerShell/PowerShellEditorServices][PowerShellEditorServices]] | Yes | Automatic | Yes |
168169
| Python | [[https://github.com/palantir/python-language-server][pyls]] | Yes | pip install 'python-language-server[all]' | Yes |
169170
| Python(Microsoft) | [[https://github.com/Microsoft/python-language-server][Microsoft Python Language Server]] | [[https://github.com/emacs-lsp/lsp-python-ms][lsp-python-ms]] | [[https://github.com/emacs-lsp/lsp-python-ms][lsp-python-ms]] | Yes |
170-
| R | [[https://github.com/REditorSupport/languageserver][languageserver]] | Yes | install.packages("languageserver") | No |
171+
| R | [[https://github.com/REditorSupport/languageserver][languageserver]] | Yes | install.packages("languageserver") | No |
171172
| Ruby | [[https://github.com/castwide/solargraph][solargraph]] | Yes | gem install solargraph | Yes |
172173
| Rust | [[https://github.com/rust-lang/rls][rls]] | Yes | [[https://github.com/rust-lang/rls][rls]] | Yes |
173174
| Rust | [[https://github.com/rust-analyzer/rust-analyzer][rust-analyzer]] | Yes | [[https://github.com/rust-analyzer/rust-analyzer#language-server-quick-start][rust-analyzer]] | |

0 commit comments

Comments
 (0)