aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2025-09-30 22:50:28 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2025-09-30 22:50:28 +0000
commitff9165f06c6be4a5c68dbed35a6ab98bc5693596 (patch)
treea5e4edee9fd46ad55cdba27a0e384edb7bfb9e71
parentfeat(ast_grep): update filetypes #4106 (diff)
downloadnvim-lspconfig-ff9165f06c6be4a5c68dbed35a6ab98bc5693596.tar
nvim-lspconfig-ff9165f06c6be4a5c68dbed35a6ab98bc5693596.tar.gz
nvim-lspconfig-ff9165f06c6be4a5c68dbed35a6ab98bc5693596.tar.bz2
nvim-lspconfig-ff9165f06c6be4a5c68dbed35a6ab98bc5693596.tar.lz
nvim-lspconfig-ff9165f06c6be4a5c68dbed35a6ab98bc5693596.tar.xz
nvim-lspconfig-ff9165f06c6be4a5c68dbed35a6ab98bc5693596.tar.zst
nvim-lspconfig-ff9165f06c6be4a5c68dbed35a6ab98bc5693596.zip
docs: update configs.md
skip-checks: true
-rw-r--r--doc/configs.md2
-rw-r--r--doc/configs.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/configs.md b/doc/configs.md
index 1de3efca..70775883 100644
--- a/doc/configs.md
+++ b/doc/configs.md
@@ -909,7 +909,7 @@ Default config:
```
- `filetypes` :
```lua
- { "c", "cpp", "rust", "go", "java", "python", "javascript", "javascriptreact", "javascript.jsx", "typescript", "typescriptreact", "typescript.tsx", "html", "css", "kotlin", "dart", "lua" }
+ { "bash", "c", "cpp", "csharp", "css", "elixir", "go", "haskell", "html", "java", "javascript", "javascriptreact", "javascript.jsx", "json", "kotlin", "lua", "nix", "php", "python", "ruby", "rust", "scala", "solidity", "swift", "typescript", "typescriptreact", "typescript.tsx", "yaml" }
```
- `reuse_client`: [../lsp/ast_grep.lua:12](../lsp/ast_grep.lua#L12)
- `root_markers` :
diff --git a/doc/configs.txt b/doc/configs.txt
index 511b677d..1b99ba3f 100644
--- a/doc/configs.txt
+++ b/doc/configs.txt
@@ -425,7 +425,7 @@ Default config:
- cmd: >lua
{ "ast-grep", "lsp" }
- filetypes: >lua
- { "c", "cpp", "rust", "go", "java", "python", "javascript", "javascriptreact", "javascript.jsx", "typescript", "typescriptreact", "typescript.tsx", "html", "css", "kotlin", "dart", "lua" }
+ { "bash", "c", "cpp", "csharp", "css", "elixir", "go", "haskell", "html", "java", "javascript", "javascriptreact", "javascript.jsx", "json", "kotlin", "lua", "nix", "php", "python", "ruby", "rust", "scala", "solidity", "swift", "typescript", "typescriptreact", "typescript.tsx", "yaml" }
- reuse_client (use "gF" to view): ../lsp/ast_grep.lua:12
- root_markers: >lua
{ "sgconfig.yaml", "sgconfig.yml" }