diff options
Diffstat (limited to 'doc/server_configurations.md')
| -rw-r--r-- | doc/server_configurations.md | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/doc/server_configurations.md b/doc/server_configurations.md index 23b9d99c..6c1a414c 100644 --- a/doc/server_configurations.md +++ b/doc/server_configurations.md @@ -11807,16 +11807,6 @@ require'lspconfig'.tailwindcss.setup{} ```lua { "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 - { - userLanguages = { - eelixir = "html-eex", - eruby = "erb", - templ = "html" - } - } - ``` - `on_new_config` : ```lua see source file |
