mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
chore(nvim): activate color highlighting in JavaScript and TypeScript files
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user