We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4ac913 commit ba83968Copy full SHA for ba83968
syntax/pandoc.vim
@@ -645,6 +645,8 @@ if g:pandoc#syntax#style#emphases == 1
645
hi pandocStrongInEmphasis gui=bold,italic cterm=bold,italic
646
hi pandocEmphasisInStrong gui=bold,italic cterm=bold,italic
647
if !exists('s:hi_tail')
648
+ let s:fg = '' " Vint can't figure ou these get set dynamically
649
+ let s:bg = '' " so initialize them manually first
650
for s:i in ['fg', 'bg']
651
let s:tmp_val = synIDattr(synIDtrans(hlID('String')), s:i)
652
let s:tmp_ui = has('gui_running') || (has('termguicolors') && &termguicolors) ? 'gui' : 'cterm'
0 commit comments