Markdown tweaks

This commit is contained in:
Fernando Schauenburg 2024-02-08 22:37:00 +01:00
parent e5796c7877
commit 675d0f1941

View file

@ -458,9 +458,9 @@ M.highlights = function()
['@constant.builtin'] = { link = 'Special' },
['@constant.macro'] = { link = 'Define' },
['@markup'] = { link = 'Normal' },
['@markup.strong'] = { bold = true },
['@markup.emphasis'] = { italic = true },
['@markup.italic'] = { italic = true },
['@markup.strong'] = { fg = C.fg2, bold = true },
['@markup.emphasis'] = { fg = C.fg2, italic = true },
['@markup.italic'] = { link = '@markup.emphasis' },
['@markup.underline'] = { underline = true },
['@markup.strike'] = { strikethrough = true },
['@markup.heading.1'] = { link = 'markdownH1' },
@ -469,7 +469,7 @@ M.highlights = function()
['@markup.heading.4'] = { link = 'markdownH4' },
['@markup.heading.5'] = { link = 'markdownH5' },
['@markup.heading.6'] = { link = 'markdownH6' },
['@markup.raw'] = { fg = C.br_red, bg = C.yellow_bg },
['@markup.raw'] = { fg = C.fg0, bg = C.blue_bg },
['@markup.raw.delimiter'] = { link = 'Comment' },
['@markup.raw.block'] = { },
['@markup.math'] = { link = '@markup.raw' },