mirror of
https://github.com/whatyouhide/vim-gotham.git
synced 2026-09-10 07:26:17 -04:00
Use htmlBold color for htmlBoldItalic
This commit is contained in:
parent
de44313bb5
commit
5018761ab1
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue