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,
|
||||
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 = {
|
||||
|
|
Loading…
Reference in a new issue