Skip to content

Commit 05e8787

Browse files
authored
feat(csv): highlight escaped column (#1015)
1 parent e068ab5 commit 05e8787

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lua/catppuccin/groups/syntax.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ function M.get()
109109
csvCol6 = { fg = C.lavender },
110110
csvCol7 = { fg = C.mauve },
111111
csvCol8 = { fg = C.pink },
112+
escCsvCol0 = { link = "csvCol0" },
112113

113114
-- markdown
114115
markdownHeadingDelimiter = { fg = C.peach, style = { "bold" } },

0 commit comments

Comments
 (0)