diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/server_configurations.md | 8 | ||||
| -rw-r--r-- | doc/server_configurations.txt | 8 |
2 files changed, 12 insertions, 4 deletions
diff --git a/doc/server_configurations.md b/doc/server_configurations.md index 25a900b8..102633e2 100644 --- a/doc/server_configurations.md +++ b/doc/server_configurations.md @@ -3023,7 +3023,7 @@ This server accepts configuration via the `settings` key. - **`java.configuration.workspaceCacheLimit`**: `null|integer` - Default: `vim.NIL` + Default: `90` The number of days \(if enabled\) to keep unused workspace cache data\. Beyond this limit\, cached workspace data may be removed\. @@ -3629,6 +3629,10 @@ This server accepts configuration via the `settings` key. Specifies how to show inline execution results +- **`julia.execution.saveOnEval`**: `boolean` + + null + - **`julia.focusPlotNavigator`**: `boolean` Whether to automatically show the plot navigator when plotting\. @@ -7842,7 +7846,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", "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" } + filetypes = { "aspnetcorerazor", "astro", "astro-markdown", "blade", "django-html", "htmldjango", "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 25a900b8..102633e2 100644 --- a/doc/server_configurations.txt +++ b/doc/server_configurations.txt @@ -3023,7 +3023,7 @@ This server accepts configuration via the `settings` key. - **`java.configuration.workspaceCacheLimit`**: `null|integer` - Default: `vim.NIL` + Default: `90` The number of days \(if enabled\) to keep unused workspace cache data\. Beyond this limit\, cached workspace data may be removed\. @@ -3629,6 +3629,10 @@ This server accepts configuration via the `settings` key. Specifies how to show inline execution results +- **`julia.execution.saveOnEval`**: `boolean` + + null + - **`julia.focusPlotNavigator`**: `boolean` Whether to automatically show the plot navigator when plotting\. @@ -7842,7 +7846,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", "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" } + filetypes = { "aspnetcorerazor", "astro", "astro-markdown", "blade", "django-html", "htmldjango", "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", |
