feat: added support for markdown checkboxes

This commit is contained in:
Folke Lemaitre 2022-12-02 19:02:44 +01:00
parent 58008d1ff7
commit f81398b939
No known key found for this signature in database
GPG Key ID: 41F8B1FBACAE2040

View File

@ -163,6 +163,8 @@ function M.setup()
markdownLinkText = { fg = c.blue, underline = true },
["@punctuation.special.markdown"] = { fg = c.orange, bold = true },
["@text.todo.unchecked"] = { fg = c.blue }, -- For brackets and parens.
["@text.todo.checked"] = { fg = c.green1 }, -- For brackets and parens.
["@text.literal.markdown_inline"] = { bg = c.terminal_black, fg = c.blue },
debugPC = { bg = c.bg_sidebar }, -- used for highlighting the current line in terminal-debug