diff --git a/docs/docs/09-commands-and-tools/02-ide-support.md b/docs/docs/09-commands-and-tools/02-ide-support.md index 6606532d7..27c825ac3 100644 --- a/docs/docs/09-commands-and-tools/02-ide-support.md +++ b/docs/docs/09-commands-and-tools/02-ide-support.md @@ -117,7 +117,13 @@ lspconfig.tailwindcss.setup({ on_attach = on_attach, capabilities = capabilities, filetypes = { "templ", "astro", "javascript", "typescript", "react" }, - init_options = { userLanguages = { templ = "html" } }, + settings = { + tailwindCSS = { + includeLanguages = { + templ = "html", + }, + }, + }, }) ```