feat: enable Tailwind CSS LSP for Astro files

Refs: #30
This commit is contained in:
Oliver Davies 2022-12-10 10:05:45 +00:00
parent 637e03f0bc
commit b14a579578

View file

@ -108,6 +108,7 @@ local servers = {
"typescript",
-- mixed
"astro",
"vue",
},