mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
docs: add commas to commented table values for portability
This commit is contained in:
parent
e1ffc902e8
commit
677ad67324
1 changed files with 4 additions and 4 deletions
|
|
@ -97,17 +97,17 @@ require('rose-pine').setup({
|
|||
},
|
||||
|
||||
highlight_groups = {
|
||||
-- Comment = { fg = "foam" }
|
||||
-- VertSplit = { fg = "muted", bg = "muted" }
|
||||
-- Comment = { fg = "foam" },
|
||||
-- VertSplit = { fg = "muted", bg = "muted" },
|
||||
},
|
||||
|
||||
before_highlight = function(group, highlight, palette)
|
||||
-- Disable all undercurls.
|
||||
-- Disable all undercurls
|
||||
-- if highlight.undercurl then
|
||||
-- highlight.undercurl = false
|
||||
-- end
|
||||
--
|
||||
-- Change palette colour.
|
||||
-- Change palette colour
|
||||
-- if highlight.fg == palette.pine then
|
||||
-- highlight.fg = palette.foam
|
||||
-- end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue