diff options
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/lspconfig/types/lsp/cssls.lua | 6 | ||||
| -rw-r--r-- | lua/lspconfig/types/lsp/jsonls.lua | 2 | ||||
| -rw-r--r-- | lua/lspconfig/types/lsp/ts_ls.lua | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/lua/lspconfig/types/lsp/cssls.lua b/lua/lspconfig/types/lsp/cssls.lua index 97209b29..2a51f8a2 100644 --- a/lua/lspconfig/types/lsp/cssls.lua +++ b/lua/lspconfig/types/lsp/cssls.lua @@ -47,7 +47,7 @@ ---default = true ---``` ---@field preserveNewLines? boolean ----Ensure a space character around selector separators '>', '+', '~' (e.g. `a > b`). +---Ensure a space character around selector separators `>`, `+`, `~` (e.g. `a > b`). ---@field spaceAroundSelectorSeparator? boolean ---@class _.lspconfig.settings.cssls.Css.Hover @@ -264,7 +264,7 @@ ---default = true ---``` ---@field preserveNewLines? boolean ----Ensure a space character around selector separators '>', '+', '~' (e.g. `a > b`). +---Ensure a space character around selector separators `>`, `+`, `~` (e.g. `a > b`). ---@field spaceAroundSelectorSeparator? boolean ---@class _.lspconfig.settings.cssls.Less.Hover @@ -462,7 +462,7 @@ ---default = true ---``` ---@field preserveNewLines? boolean ----Ensure a space character around selector separators '>', '+', '~' (e.g. `a > b`). +---Ensure a space character around selector separators `>`, `+`, `~` (e.g. `a > b`). ---@field spaceAroundSelectorSeparator? boolean ---@class _.lspconfig.settings.cssls.Scss.Hover diff --git a/lua/lspconfig/types/lsp/jsonls.lua b/lua/lspconfig/types/lsp/jsonls.lua index d27f99c2..aa610a20 100644 --- a/lua/lspconfig/types/lsp/jsonls.lua +++ b/lua/lspconfig/types/lsp/jsonls.lua @@ -25,7 +25,7 @@ ---default = true ---``` ---@field enable? boolean ----List of trusted domains for downloading JSON schemas over http(s). Use '*' to trust all domains. '*' can also be used as a wildcard in domain names. +---List of trusted domains for downloading JSON schemas over http(s). Use `*` to trust all domains. `*` can also be used as a wildcard in domain names. --- ---```lua ---default = { diff --git a/lua/lspconfig/types/lsp/ts_ls.lua b/lua/lspconfig/types/lsp/ts_ls.lua index bd79e0e1..af0e5a69 100644 --- a/lua/lspconfig/types/lsp/ts_ls.lua +++ b/lua/lspconfig/types/lsp/ts_ls.lua @@ -828,7 +828,7 @@ ---@field interval? number ---@class _.lspconfig.settings.ts_ls.JsTs.Tsserver.Node ----Run TS Server on a custom Node installation. This can be a path to a Node executable, or 'node' if you want VS Code to detect a Node installation. +---Run TS Server on a custom Node installation. This can be a path to a Node executable, or `node` if you want VS Code to detect a Node installation. ---@field path? string ---@class _.lspconfig.settings.ts_ls.JsTs.Tsserver.Npm @@ -1411,7 +1411,7 @@ ---default = 3072 ---``` ---@field maxTsServerMemory? number ----Run TS Server on a custom Node installation. This can be a path to a Node executable, or 'node' if you want VS Code to detect a Node installation. +---Run TS Server on a custom Node installation. This can be a path to a Node executable, or `node` if you want VS Code to detect a Node installation. ---@field nodePath? string ---Additional paths to discover TypeScript Language Service plugins. --- |
