adapts tag

This commit is contained in:
Dennis 2025-10-21 08:18:41 +02:00
parent f3d2d96ab0
commit 315c70fc70
2 changed files with 13 additions and 12 deletions

View file

@ -41,6 +41,7 @@ return {
highlight.Search = { fg = color.magenta, bg = color.bg_magenta_nuanced }
highlight.IncSearch = { fg = color.magenta, bg = color.bg_magenta_nuanced }
highlight["@comment"] = { fg = color.fg_dim }
highlight["@tag.tsx"] = { fg = color.fg_main }
end,
},
init = function()