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 53c40ee21e
commit 2a1927f073

View file

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