mirror of
https://github.com/tuxdotrs/tawm.git
synced 2025-07-06 13:06:35 +05:30
add tsx filetype
This commit is contained in:
@ -42,6 +42,6 @@ lspconfig.htmx.setup({
|
|||||||
lspconfig.tailwindcss.setup({
|
lspconfig.tailwindcss.setup({
|
||||||
on_attach = on_attach,
|
on_attach = on_attach,
|
||||||
capabilities = capabilities,
|
capabilities = capabilities,
|
||||||
filetypes = { "templ", "astro", "javascript", "typescript", "react" },
|
filetypes = { "templ", "astro", "javascript", "typescript", "react", "typescriptreact" },
|
||||||
init_options = { userLanguages = { templ = "html" } },
|
init_options = { userLanguages = { templ = "html" } },
|
||||||
})
|
})
|
||||||
|
Reference in New Issue
Block a user