diff options
| author | Elijah Sauder <24995216+EliSauder@users.noreply.github.com> | 2025-02-11 05:33:12 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-11 13:33:12 +0000 |
| commit | 805c31ec6bfb557975143712ecff6956d3227141 (patch) | |
| tree | cf205356fff4151be247097894bd3dfc4a56c618 /doc | |
| parent | chore: update generated code (#514) (diff) | |
| download | mason-lspconfig-805c31ec6bfb557975143712ecff6956d3227141.tar mason-lspconfig-805c31ec6bfb557975143712ecff6956d3227141.tar.gz mason-lspconfig-805c31ec6bfb557975143712ecff6956d3227141.tar.bz2 mason-lspconfig-805c31ec6bfb557975143712ecff6956d3227141.tar.lz mason-lspconfig-805c31ec6bfb557975143712ecff6956d3227141.tar.xz mason-lspconfig-805c31ec6bfb557975143712ecff6956d3227141.tar.zst mason-lspconfig-805c31ec6bfb557975143712ecff6956d3227141.zip | |
feat: add superhtml (#440)
Co-authored-by: William Boman <william@redwill.se>
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/mason-lspconfig-mapping.txt | 1 | ||||
| -rw-r--r-- | doc/server-mapping.md | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/doc/mason-lspconfig-mapping.txt b/doc/mason-lspconfig-mapping.txt index 795c161..20daf5a 100644 --- a/doc/mason-lspconfig-mapping.txt +++ b/doc/mason-lspconfig-mapping.txt @@ -185,6 +185,7 @@ starpls starpls steep steep stimulus-language-server stimulus_ls stylelint-lsp stylelint_lsp +superhtml superhtml svelte-language-server svelte svlangserver svlangserver svls svls diff --git a/doc/server-mapping.md b/doc/server-mapping.md index b51218d..555546f 100644 --- a/doc/server-mapping.md +++ b/doc/server-mapping.md @@ -182,6 +182,7 @@ | [steep](https://github.com/neovim/nvim-lspconfig/blob/master/doc/configs.md#steep) | [steep](https://mason-registry.dev/registry/list#steep) | | [stimulus_ls](https://github.com/neovim/nvim-lspconfig/blob/master/doc/configs.md#stimulus_ls) | [stimulus-language-server](https://mason-registry.dev/registry/list#stimulus-language-server) | | [stylelint_lsp](https://github.com/neovim/nvim-lspconfig/blob/master/doc/configs.md#stylelint_lsp) | [stylelint-lsp](https://mason-registry.dev/registry/list#stylelint-lsp) | +| [superhtml](https://github.com/neovim/nvim-lspconfig/blob/master/doc/configs.md#superhtml) | [superhtml](https://mason-registry.dev/registry/list#superhtml) | | [svelte](https://github.com/neovim/nvim-lspconfig/blob/master/doc/configs.md#svelte) | [svelte-language-server](https://mason-registry.dev/registry/list#svelte-language-server) | | [svlangserver](https://github.com/neovim/nvim-lspconfig/blob/master/doc/configs.md#svlangserver) | [svlangserver](https://mason-registry.dev/registry/list#svlangserver) | | [svls](https://github.com/neovim/nvim-lspconfig/blob/master/doc/configs.md#svls) | [svls](https://mason-registry.dev/registry/list#svls) | |
