mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
feat: add new treesitter highlight groups
This commit is contained in:
parent
42390dfc01
commit
557b4faaf6
4 changed files with 234 additions and 102 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue