From e26da408cf955afa8e9ddbadd510e84ea8976cd7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 19 Jul 2024 06:07:57 +0000 Subject: docs: update server_configurations.md skip-checks: true --- doc/server_configurations.txt | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'doc/server_configurations.txt') diff --git a/doc/server_configurations.txt b/doc/server_configurations.txt index ea9c4b90..74df549a 100644 --- a/doc/server_configurations.txt +++ b/doc/server_configurations.txt @@ -515,7 +515,7 @@ require'lspconfig'.angularls.setup{} ``` - `filetypes` : ```lua - { "typescript", "html", "typescriptreact", "typescript.tsx" } + { "typescript", "html", "typescriptreact", "typescript.tsx", "htmlangular" } ``` - `root_dir` : ```lua @@ -3650,7 +3650,7 @@ require'lspconfig'.emmet_language_server.setup{} ``` - `filetypes` : ```lua - { "css", "eruby", "html", "htmldjango", "javascriptreact", "less", "pug", "sass", "scss", "typescriptreact" } + { "css", "eruby", "html", "htmldjango", "javascriptreact", "less", "pug", "sass", "scss", "typescriptreact", "htmlangular" } ``` - `root_dir` : ```lua @@ -3686,7 +3686,7 @@ require'lspconfig'.emmet_ls.setup{} ``` - `filetypes` : ```lua - { "astro", "css", "eruby", "html", "htmldjango", "javascriptreact", "less", "pug", "sass", "scss", "svelte", "typescriptreact", "vue" } + { "astro", "css", "eruby", "html", "htmldjango", "javascriptreact", "less", "pug", "sass", "scss", "svelte", "typescriptreact", "vue", "htmlangular" } ``` - `root_dir` : ```lua @@ -11700,7 +11700,7 @@ require'lspconfig'.tailwindcss.setup{} ``` - `filetypes` : ```lua - { "aspnetcorerazor", "astro", "astro-markdown", "blade", "clojure", "django-html", "htmldjango", "edge", "eelixir", "elixir", "ejs", "erb", "eruby", "gohtml", "gohtmltmpl", "haml", "handlebars", "hbs", "html", "html-eex", "heex", "jade", "leaf", "liquid", "markdown", "mdx", "mustache", "njk", "nunjucks", "php", "razor", "slim", "twig", "css", "less", "postcss", "sass", "scss", "stylus", "sugarss", "javascript", "javascriptreact", "reason", "rescript", "typescript", "typescriptreact", "vue", "svelte", "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", "css", "less", "postcss", "sass", "scss", "stylus", "sugarss", "javascript", "javascriptreact", "reason", "rescript", "typescript", "typescriptreact", "vue", "svelte", "templ" } ``` - `init_options` : ```lua @@ -11728,6 +11728,7 @@ require'lspconfig'.tailwindcss.setup{} includeLanguages = { eelixir = "html-eex", eruby = "erb", + htmlangular = "html", templ = "html" }, lint = { -- cgit v1.2.3-70-g09d2