mirror of
https://github.com/whatyouhide/vim-gotham.git
synced 2026-09-10 07:26:17 -04:00
Add bold, italic, bold/italic formatting for Markdown, HTML
This commit is contained in:
parent
18c385ad79
commit
de44313bb5
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Reference in a new issue