diff options
| author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-02-04 06:16:56 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-02-04 06:16:56 +0000 |
| commit | d12140c5687a1186b95b3f42dbc6cc769df0cf0d (patch) | |
| tree | 384ad3dbb8b04fe37bea9bc3c88b081548297367 /doc | |
| parent | feat: add `templ` filetype in html htmx tailwindcss (#2996) (diff) | |
| download | nvim-lspconfig-d12140c5687a1186b95b3f42dbc6cc769df0cf0d.tar nvim-lspconfig-d12140c5687a1186b95b3f42dbc6cc769df0cf0d.tar.gz nvim-lspconfig-d12140c5687a1186b95b3f42dbc6cc769df0cf0d.tar.bz2 nvim-lspconfig-d12140c5687a1186b95b3f42dbc6cc769df0cf0d.tar.lz nvim-lspconfig-d12140c5687a1186b95b3f42dbc6cc769df0cf0d.tar.xz nvim-lspconfig-d12140c5687a1186b95b3f42dbc6cc769df0cf0d.tar.zst nvim-lspconfig-d12140c5687a1186b95b3f42dbc6cc769df0cf0d.zip | |
docs: update server_configurations.md
skip-checks: true
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/server_configurations.md | 9 | ||||
| -rw-r--r-- | doc/server_configurations.txt | 9 |
2 files changed, 10 insertions, 8 deletions
diff --git a/doc/server_configurations.md b/doc/server_configurations.md index 11a9fed2..77f1bf2c 100644 --- a/doc/server_configurations.md +++ b/doc/server_configurations.md @@ -4823,7 +4823,7 @@ require'lspconfig'.html.setup{} ``` - `filetypes` : ```lua - { "html" } + { "html", "templ" } ``` - `init_options` : ```lua @@ -4876,7 +4876,7 @@ require'lspconfig'.htmx.setup{} ``` - `filetypes` : ```lua - { "html" } + { "html", "templ" } ``` - `root_dir` : ```lua @@ -10410,14 +10410,15 @@ 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" } + { "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" } ``` - `init_options` : ```lua { userLanguages = { eelixir = "html-eex", - eruby = "erb" + eruby = "erb", + templ = "html" } } ``` diff --git a/doc/server_configurations.txt b/doc/server_configurations.txt index 11a9fed2..77f1bf2c 100644 --- a/doc/server_configurations.txt +++ b/doc/server_configurations.txt @@ -4823,7 +4823,7 @@ require'lspconfig'.html.setup{} ``` - `filetypes` : ```lua - { "html" } + { "html", "templ" } ``` - `init_options` : ```lua @@ -4876,7 +4876,7 @@ require'lspconfig'.htmx.setup{} ``` - `filetypes` : ```lua - { "html" } + { "html", "templ" } ``` - `root_dir` : ```lua @@ -10410,14 +10410,15 @@ 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" } + { "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" } ``` - `init_options` : ```lua { userLanguages = { eelixir = "html-eex", - eruby = "erb" + eruby = "erb", + templ = "html" } } ``` |
