feat: add new treesitter highlight groups

This commit is contained in:
mvllow 2024-01-20 13:31:40 -06:00
commit 557b4faaf6
No known key found for this signature in database
4 changed files with 234 additions and 102 deletions

View file

@ -58,7 +58,6 @@ function utilities.highlight(group, highlight, blend_on)
highlight.fg = fg
highlight.bg = bg
highlight.sp = sp
-- highlight = vim.tbl_extend("force", highlight, { fg = fg, bg = bg, sp = sp })
vim.api.nvim_set_hl(0, group, highlight)
end