diff options
| -rw-r--r-- | doc/server_configurations.md | 2 | ||||
| -rw-r--r-- | doc/server_configurations.txt | 2 |
2 files changed, 2 insertions, 2 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 diff --git a/doc/server_configurations.txt b/doc/server_configurations.txt index bdf550bd..fdb85929 100644 --- a/doc/server_configurations.txt +++ b/doc/server_configurations.txt @@ -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 |
