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