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 = {
-- 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