nvim: colors: yolokai: Add syntax highlighting for pandoc

We might have to add more highlight groups later.
This commit is contained in:
Sanchayan Maity 2021-01-13 16:18:07 +05:30
parent 054b3188ce
commit 6b6bd3c3fa

View file

@ -629,6 +629,15 @@ local highlight_groups = {
HlSearchLensCur = 'SearchLight',
HlSearchLens = 'IncSearch',
HlSearchCur = 'SearchLight',
--[[ 4.4.14 pandoc ]]
pandocAtxHeader = { bg=black, fg=aqua, style=NONE },
pandocAtxStart = { bg=black, fg=orange, style=NONE },
pandocDelimitedCodeBlockStart = { bg=black, fg=green, style=NONE },
pandocDelimitedCodeBlockEnd = { bg=black, fg=green, style=NONE },
pandocDelimitedCodeBlockLanguage = 'Comment',
pandocListItemBullet = { bg=black, fg=purple, style=NONE },
pandocUListItemBullet = { bg=black, fg=purple, style=NONE },
}
-- We do not care about terminals which do not support 256 colors