languages/html: add advanced support

Add advanced features to the `vim.languages.html` module, including lsp,
formatting, and extra diagnostics.
This commit is contained in:
Cool-Game-Dev 2025-08-13 17:33:54 -05:00 committed by Poseidon
commit 2ab2669143
2 changed files with 112 additions and 3 deletions

View file

@ -480,9 +480,14 @@
[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
[superhtml]: https://github.com/kristoff-it/superhtml
[htmlHTML]: https://github.com/htmlhint/HTMLHint
- 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].
- Added advanced HTML support with [superhtml] for lsp and formatting and
[htmlHINT] for diagnostics.