Tailwind CSS autocomplete not working in Twig files
This commit is contained in:
parent
e45c88490e
commit
4dd08d65bc
|
@ -74,7 +74,6 @@ local servers = {
|
||||||
gopls = true,
|
gopls = true,
|
||||||
html = true,
|
html = true,
|
||||||
rnix = true,
|
rnix = true,
|
||||||
tailwindcss = true,
|
|
||||||
terraformls = true,
|
terraformls = true,
|
||||||
tsserver = true,
|
tsserver = true,
|
||||||
vuels = true,
|
vuels = true,
|
||||||
|
@ -93,6 +92,15 @@ local servers = {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
|
tailwindcss = {
|
||||||
|
filetypes = { "html", "html.twig", "javascript", "typescript", "vue" },
|
||||||
|
init_options = {
|
||||||
|
userLanguages = {
|
||||||
|
["html.twig"] = "html",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
|
||||||
yamlls = {
|
yamlls = {
|
||||||
settings = {
|
settings = {
|
||||||
yaml = {
|
yaml = {
|
||||||
|
|
Loading…
Reference in a new issue