nvim: colors: yolokai: Add syntax highlighting for pandoc
We might have to add more highlight groups later.
This commit is contained in:
parent
054b3188ce
commit
6b6bd3c3fa
1 changed files with 9 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue