Add bold, italic, bold/italic formatting for Markdown, HTML

This commit is contained in:
Vin Howe 2020-10-19 16:05:15 -06:00
parent 18c385ad79
commit de44313bb5

View file

@ -233,7 +233,10 @@ call s:Col('rubyStringDelimiter', 'green')
" HTML (and often Markdown).
call s:Col('htmlArg', 'blue')
call s:Col('htmlItalic', 'magenta')
call s:Attr('htmlItalic', 'italic')
call s:Col('htmlBold', 'cyan', '')
call s:Attr('htmlBold', 'bold')
call s:Attr('htmlBoldItalic', 'bold,italic')
" Python
call s:Col('pythonStatement', 'blue')