languages/json: init

Create the `vim.languages.json` module using `jsonls` and `jsonfmt`.
This commit is contained in:
Cool-Game-Dev 2025-08-13 13:43:57 -05:00
commit 1f68e37722
No known key found for this signature in database
4 changed files with 109 additions and 1 deletions

View file

@ -477,8 +477,12 @@
[Cool-Game-Dev](https://github.com/Cool-Game-Dev):
[just-lsp]: https://github.com/terror/just-lsp
[roslyn-ls]: https://github.com/dotnet/vscode-csharp
[roslyn-ls]: https://github.com/dotnet/vscode-csharp
[jsonls]: https://github.com/microsoft/vscode/tree/1.101.2/extensions/json-language-features/server
[jsonfmt]: https://github.com/caarlos0/jsonfmt
- Add just support under `vim.languages.just` using [just-lsp].
- Add [roslyn-ls] to the `vim.languages.csharp` module.
- Added json support under `vim.languages.json` using [jsonls] and [jsonfmt].