Tailwind CSS autocomplete not working in Twig files
This commit is contained in:
parent
8a9d6d9141
commit
5458c48cc3
|
@ -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 = {
|
||||||
|
|
Reference in a new issue