aboutsummaryrefslogtreecommitdiffstats
path: root/doc/server_configurations.md
diff options
context:
space:
mode:
authorgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2024-08-15 06:27:25 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2024-08-15 06:27:25 +0000
commit037ea0901ce9a28cfcaa36302618f06d2e164fbf (patch)
treea302b7437e7427fcc5899df7da7d72db97ffb5f1 /doc/server_configurations.md
parentfeat(htmx): add more filetypes (#3268) (diff)
downloadnvim-lspconfig-037ea0901ce9a28cfcaa36302618f06d2e164fbf.tar
nvim-lspconfig-037ea0901ce9a28cfcaa36302618f06d2e164fbf.tar.gz
nvim-lspconfig-037ea0901ce9a28cfcaa36302618f06d2e164fbf.tar.bz2
nvim-lspconfig-037ea0901ce9a28cfcaa36302618f06d2e164fbf.tar.lz
nvim-lspconfig-037ea0901ce9a28cfcaa36302618f06d2e164fbf.tar.xz
nvim-lspconfig-037ea0901ce9a28cfcaa36302618f06d2e164fbf.tar.zst
nvim-lspconfig-037ea0901ce9a28cfcaa36302618f06d2e164fbf.zip
docs: update server_configurations.md
skip-checks: true
Diffstat (limited to 'doc/server_configurations.md')
-rw-r--r--doc/server_configurations.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/server_configurations.md b/doc/server_configurations.md
index bdf550bd..fdb85929 100644
--- a/doc/server_configurations.md
+++ b/doc/server_configurations.md
@@ -5645,7 +5645,7 @@ require'lspconfig'.htmx.setup{}
```
- `filetypes` :
```lua
- { "html", "templ" }
+ { "aspnetcorerazor", "astro", "astro-markdown", "blade", "clojure", "django-html", "htmldjango", "edge", "eelixir", "elixir", "ejs", "erb", "eruby", "gohtml", "gohtmltmpl", "haml", "handlebars", "hbs", "html", "htmlangular", "html-eex", "heex", "jade", "leaf", "liquid", "markdown", "mdx", "mustache", "njk", "nunjucks", "php", "razor", "slim", "twig", "javascript", "javascriptreact", "reason", "rescript", "typescript", "typescriptreact", "vue", "svelte", "templ" }
```
- `root_dir` :
```lua