diff options
| author | github-actions <github-actions@github.com> | 2023-03-03 07:04:16 +0000 |
|---|---|---|
| committer | github-actions <github-actions@github.com> | 2023-03-03 07:04:16 +0000 |
| commit | e0926b6abc84578f44fb8917d61cdee22188639e (patch) | |
| tree | 42d4bc2e1ff6097df67888862b1e37e6ae13e380 | |
| parent | fix: add clojure to tailwindcss lsp filetypes (#2490) (diff) | |
| download | nvim-lspconfig-e0926b6abc84578f44fb8917d61cdee22188639e.tar nvim-lspconfig-e0926b6abc84578f44fb8917d61cdee22188639e.tar.gz nvim-lspconfig-e0926b6abc84578f44fb8917d61cdee22188639e.tar.bz2 nvim-lspconfig-e0926b6abc84578f44fb8917d61cdee22188639e.tar.lz nvim-lspconfig-e0926b6abc84578f44fb8917d61cdee22188639e.tar.xz nvim-lspconfig-e0926b6abc84578f44fb8917d61cdee22188639e.tar.zst nvim-lspconfig-e0926b6abc84578f44fb8917d61cdee22188639e.zip | |
docs: update server_configurations.md
skip-checks: true
| -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 9db56166..40cbb12f 100644 --- a/doc/server_configurations.md +++ b/doc/server_configurations.md @@ -7962,7 +7962,7 @@ require'lspconfig'.tailwindcss.setup{} ``` - `filetypes` : ```lua - { "aspnetcorerazor", "astro", "astro-markdown", "blade", "django-html", "htmldjango", "edge", "eelixir", "elixir", "ejs", "erb", "eruby", "gohtml", "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" } + { "aspnetcorerazor", "astro", "astro-markdown", "blade", "clojure", "django-html", "htmldjango", "edge", "eelixir", "elixir", "ejs", "erb", "eruby", "gohtml", "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" } ``` - `init_options` : ```lua diff --git a/doc/server_configurations.txt b/doc/server_configurations.txt index 9db56166..40cbb12f 100644 --- a/doc/server_configurations.txt +++ b/doc/server_configurations.txt @@ -7962,7 +7962,7 @@ require'lspconfig'.tailwindcss.setup{} ``` - `filetypes` : ```lua - { "aspnetcorerazor", "astro", "astro-markdown", "blade", "django-html", "htmldjango", "edge", "eelixir", "elixir", "ejs", "erb", "eruby", "gohtml", "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" } + { "aspnetcorerazor", "astro", "astro-markdown", "blade", "clojure", "django-html", "htmldjango", "edge", "eelixir", "elixir", "ejs", "erb", "eruby", "gohtml", "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" } ``` - `init_options` : ```lua |
