diff options
| author | github-actions <github-actions@github.com> | 2022-01-14 18:39:20 +0000 |
|---|---|---|
| committer | github-actions <github-actions@github.com> | 2022-01-14 18:39:20 +0000 |
| commit | 5dc61fa6bf837b91c4de2ed95ba6c840e47d25ac (patch) | |
| tree | 3d71f641eff1dcb1b7ef21d416a93ed183e15e26 | |
| parent | feat(tailwindcss): add heex support (#1644) (diff) | |
| download | nvim-lspconfig-5dc61fa6bf837b91c4de2ed95ba6c840e47d25ac.tar nvim-lspconfig-5dc61fa6bf837b91c4de2ed95ba6c840e47d25ac.tar.gz nvim-lspconfig-5dc61fa6bf837b91c4de2ed95ba6c840e47d25ac.tar.bz2 nvim-lspconfig-5dc61fa6bf837b91c4de2ed95ba6c840e47d25ac.tar.lz nvim-lspconfig-5dc61fa6bf837b91c4de2ed95ba6c840e47d25ac.tar.xz nvim-lspconfig-5dc61fa6bf837b91c4de2ed95ba6c840e47d25ac.tar.zst nvim-lspconfig-5dc61fa6bf837b91c4de2ed95ba6c840e47d25ac.zip | |
docs: update server_configurations.md
skip-checks: true
| -rw-r--r-- | doc/server_configurations.md | 30 | ||||
| -rw-r--r-- | doc/server_configurations.txt | 30 |
2 files changed, 46 insertions, 14 deletions
diff --git a/doc/server_configurations.md b/doc/server_configurations.md index c9804394..9c204b5f 100644 --- a/doc/server_configurations.md +++ b/doc/server_configurations.md @@ -7194,12 +7194,6 @@ This server accepts configuration via the `settings` key. null -- **`Lua.color.mode`**: `enum { "Grammar", "Semantic", "SemanticEnhanced" }` - - Default: `"Semantic"` - - null - - **`Lua.completion.autoRequire`**: `boolean` Default: `true` @@ -7426,6 +7420,28 @@ This server accepts configuration via the `settings` key. null +- **`Lua.semantic.annotation`**: `boolean` + + Default: `true` + + null + +- **`Lua.semantic.enable`**: `boolean` + + Default: `true` + + null + +- **`Lua.semantic.keyword`**: `boolean` + + null + +- **`Lua.semantic.variable`**: `boolean` + + Default: `true` + + null + - **`Lua.signatureHelp.enable`**: `boolean` Default: `true` @@ -7606,7 +7622,7 @@ require'lspconfig'.tailwindcss.setup{} Default Values: cmd = { "tailwindcss-language-server", "--stdio" } - filetypes = { "aspnetcorerazor", "astro", "astro-markdown", "blade", "django-html", "edge", "eelixir", "ejs", "erb", "eruby", "gohtml", "haml", "handlebars", "hbs", "html", "html-eex", "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" } + filetypes = { "aspnetcorerazor", "astro", "astro-markdown", "blade", "django-html", "edge", "eelixir", "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 = { userLanguages = { eelixir = "html-eex", diff --git a/doc/server_configurations.txt b/doc/server_configurations.txt index c9804394..9c204b5f 100644 --- a/doc/server_configurations.txt +++ b/doc/server_configurations.txt @@ -7194,12 +7194,6 @@ This server accepts configuration via the `settings` key. null -- **`Lua.color.mode`**: `enum { "Grammar", "Semantic", "SemanticEnhanced" }` - - Default: `"Semantic"` - - null - - **`Lua.completion.autoRequire`**: `boolean` Default: `true` @@ -7426,6 +7420,28 @@ This server accepts configuration via the `settings` key. null +- **`Lua.semantic.annotation`**: `boolean` + + Default: `true` + + null + +- **`Lua.semantic.enable`**: `boolean` + + Default: `true` + + null + +- **`Lua.semantic.keyword`**: `boolean` + + null + +- **`Lua.semantic.variable`**: `boolean` + + Default: `true` + + null + - **`Lua.signatureHelp.enable`**: `boolean` Default: `true` @@ -7606,7 +7622,7 @@ require'lspconfig'.tailwindcss.setup{} Default Values: cmd = { "tailwindcss-language-server", "--stdio" } - filetypes = { "aspnetcorerazor", "astro", "astro-markdown", "blade", "django-html", "edge", "eelixir", "ejs", "erb", "eruby", "gohtml", "haml", "handlebars", "hbs", "html", "html-eex", "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" } + filetypes = { "aspnetcorerazor", "astro", "astro-markdown", "blade", "django-html", "edge", "eelixir", "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 = { userLanguages = { eelixir = "html-eex", |
