reinstalled lspconfig
This commit is contained in:
parent
921457f15e
commit
a009ea2d76
22 changed files with 27 additions and 137 deletions
|
|
@ -1,35 +0,0 @@
|
|||
return {
|
||||
cmd = { "tailwindcss-language-server", "--stdio" },
|
||||
filetypes = {
|
||||
"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" },
|
||||
root_markers = { ".git" },
|
||||
|
||||
settings = {
|
||||
tailwindCSS = {
|
||||
classAttributes = { "class", "className", "classList", "class:list", "ngClass", "pathClassName" },
|
||||
experimental = {
|
||||
classRegex = {
|
||||
{
|
||||
"(?:clsx|cva|cx)\\(([^)(]*(?:\\([^)(]*(?:\\([^)(]*(?:\\([^)(]*\\)[^)(]*)*\\)[^)(]*)*\\)[^)(]*)*)\\)",
|
||||
"'([^']*)'",
|
||||
},
|
||||
{
|
||||
"(?:clsx|cva|cx)\\(([^)(]*(?:\\([^)(]*(?:\\([^)(]*(?:\\([^)(]*\\)[^)(]*)*\\)[^)(]*)*\\)[^)(]*)*)\\)",
|
||||
'"([^"]*)"',
|
||||
},
|
||||
{
|
||||
"(?:clsx|cva|cx)\\(([^)(]*(?:\\([^)(]*(?:\\([^)(]*(?:\\([^)(]*\\)[^)(]*)*\\)[^)(]*)*\\)[^)(]*)*)\\)",
|
||||
"`([^`]*)`",
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue