1 parent 8881d41 commit aec487dCopy full SHA for aec487d
1 file changed
syntax/notes.vim
@@ -56,7 +56,7 @@ else
56
syntax match notesItalic /\<_\k[^_]*\k_\>/
57
endif
58
syntax cluster notesInline add=notesItalic
59
-highlight notesItalic gui=italic
+highlight notesItalic gui=italic cterm=italic
60
61
" Highlight text emphasized in bold font. {{{2
62
if has('conceal')
@@ -66,7 +66,7 @@ else
66
syntax match notesBold /\*\k[^*]*\k\*/
67
68
syntax cluster notesInline add=notesBold
69
-highlight notesBold gui=bold
+highlight notesBold gui=bold cterm=bold
70
71
" Highlight domain names, URLs, e-mail addresses and filenames. {{{2
72
0 commit comments