Tailwind CSS autocomplete not working in Twig files

This commit is contained in:
Oliver Davies 2023-12-21 11:05:33 +00:00
parent e45c88490e
commit 4dd08d65bc

View file

@ -74,7 +74,6 @@ local servers = {
gopls = true,
html = true,
rnix = true,
tailwindcss = true,
terraformls = true,
tsserver = true,
vuels = true,
@ -93,6 +92,15 @@ local servers = {
},
},
tailwindcss = {
filetypes = { "html", "html.twig", "javascript", "typescript", "vue" },
init_options = {
userLanguages = {
["html.twig"] = "html",
},
},
},
yamlls = {
settings = {
yaml = {