fix: update jsx to tsx

This commit is contained in:
asep komarudin 2024-02-18 21:35:22 +07:00
parent a25f1abde3
commit 2af9f21559

View file

@ -30,7 +30,7 @@ configs.setup({
-- },
rainbow = {
enable = true,
disable = { "html", "jsx" },
disable = { "html", "tsx" },
equery = "rainbow-parens",
strategy = require("ts-rainbow").strategy.global,
},