docs: add commas to commented table values for portability

This commit is contained in:
mvllow 2023-11-27 13:36:39 -06:00
commit 677ad67324
No known key found for this signature in database

View file

@ -97,17 +97,17 @@ require('rose-pine').setup({
}, },
highlight_groups = { highlight_groups = {
-- Comment = { fg = "foam" } -- Comment = { fg = "foam" },
-- VertSplit = { fg = "muted", bg = "muted" } -- VertSplit = { fg = "muted", bg = "muted" },
}, },
before_highlight = function(group, highlight, palette) before_highlight = function(group, highlight, palette)
-- Disable all undercurls. -- Disable all undercurls
-- if highlight.undercurl then -- if highlight.undercurl then
-- highlight.undercurl = false -- highlight.undercurl = false
-- end -- end
-- --
-- Change palette colour. -- Change palette colour
-- if highlight.fg == palette.pine then -- if highlight.fg == palette.pine then
-- highlight.fg = palette.foam -- highlight.fg = palette.foam
-- end -- end