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 = { rainbow = {
enable = true, enable = true,
disable = { "html", "jsx" }, disable = { "html", "tsx" },
equery = "rainbow-parens", equery = "rainbow-parens",
strategy = require("ts-rainbow").strategy.global, strategy = require("ts-rainbow").strategy.global,
}, },