Don't italicize SpecialComment
This commit is contained in:
parent
04feb15624
commit
2a2797578b
|
@ -223,7 +223,7 @@ local highlights = {
|
|||
SpecialKey = {link='Character' },
|
||||
Tag = {link='Underlined' },
|
||||
Delimiter = {bg=NONE, fg=white, style=NONE },
|
||||
SpecialComment = {bg=NONE, fg=gray, style='bold'},
|
||||
SpecialComment = {bg=NONE, fg=gray, style={'bold', 'nocombine'}},
|
||||
Debug = {link='WarningMsg' },
|
||||
|
||||
--[[ 4.1.7. Help Syntax]]
|
||||
|
|
Loading…
Reference in New Issue