Use htmlBold color for htmlBoldItalic

This commit is contained in:
Vin Howe 2020-10-22 22:48:26 -06:00
parent de44313bb5
commit 5018761ab1

View file

@ -236,6 +236,7 @@ call s:Col('htmlItalic', 'magenta')
call s:Attr('htmlItalic', 'italic')
call s:Col('htmlBold', 'cyan', '')
call s:Attr('htmlBold', 'bold')
call s:Col('htmlBoldItalic', 'cyan', '')
call s:Attr('htmlBoldItalic', 'bold,italic')
" Python