From 677ad67324184e58b71850cddc3bbfa4b19b5cae Mon Sep 17 00:00:00 2001 From: mvllow Date: Mon, 27 Nov 2023 13:36:39 -0600 Subject: [PATCH] docs: add commas to commented table values for portability --- readme.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/readme.md b/readme.md index 89fe461..36a6637 100644 --- a/readme.md +++ b/readme.md @@ -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