aboutsummaryrefslogtreecommitdiffstats
path: root/lua
diff options
context:
space:
mode:
authorgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2026-05-18 22:22:15 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2026-05-18 22:22:15 +0000
commit246572944c2a1e2a646c2e7609ff619b0fe74c18 (patch)
tree8e2b34b3dca53c841fdd0e2725c076739d58fec3 /lua
parentdocs: update configs.md (diff)
downloadnvim-lspconfig-246572944c2a1e2a646c2e7609ff619b0fe74c18.tar
nvim-lspconfig-246572944c2a1e2a646c2e7609ff619b0fe74c18.tar.gz
nvim-lspconfig-246572944c2a1e2a646c2e7609ff619b0fe74c18.tar.bz2
nvim-lspconfig-246572944c2a1e2a646c2e7609ff619b0fe74c18.tar.lz
nvim-lspconfig-246572944c2a1e2a646c2e7609ff619b0fe74c18.tar.xz
nvim-lspconfig-246572944c2a1e2a646c2e7609ff619b0fe74c18.tar.zst
nvim-lspconfig-246572944c2a1e2a646c2e7609ff619b0fe74c18.zip
docs: update generated annotations
skip-checks: true
Diffstat (limited to 'lua')
-rw-r--r--lua/lspconfig/types/lsp/eslint.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/lspconfig/types/lsp/eslint.lua b/lua/lspconfig/types/lsp/eslint.lua
index a4e77c06..a58afa35 100644
--- a/lua/lspconfig/types/lsp/eslint.lua
+++ b/lua/lspconfig/types/lsp/eslint.lua
@@ -244,7 +244,7 @@
---An array of language ids for which the extension should probe if support is installed.
---
---```lua
----default = { "astro", "civet", "javascript", "javascriptreact", "typescript", "typescriptreact", "html", "mdx", "vue", "markdown", "json", "jsonc", "css", "glimmer-js", "glimmer-ts", "svelte" }
+---default = { "astro", "civet", "javascript", "javascriptreact", "typescript", "typescriptreact", "html", "mdx", "vue", "markdown", "json", "jsonc", "css", "glimmer-js", "glimmer-ts", "svelte", "graphql" }
---```
---@field probe? string[]
---@field problems? _.lspconfig.settings.eslint.Eslint.Problems