chore(nvim): activate color highlighting in JavaScript and TypeScript files

This commit is contained in:
Stefan Imhoff
2022-07-25 20:39:08 +02:00
parent bd45eafd91
commit 52ed85da91

View File

@@ -5,9 +5,12 @@ if not status then
end end
colorizer.setup({ colorizer.setup({
"html",
"css", "css",
"html",
"javascript", "javascript",
"javascriptreact",
"typescript",
"typescriptreact",
}, { }, {
RGB = true, -- #RGB hex codes RGB = true, -- #RGB hex codes
RRGGBB = true, -- #RRGGBB hex codes RRGGBB = true, -- #RRGGBB hex codes