Don't italicize SpecialComment
This commit is contained in:
parent
04feb15624
commit
2a2797578b
|
@ -218,13 +218,13 @@ local highlights = {
|
||||||
Typedef = {bg=NONE, fg=cyan, style='italic'},
|
Typedef = {bg=NONE, fg=cyan, style='italic'},
|
||||||
|
|
||||||
--[[ 4.1.6. Edge Cases]]
|
--[[ 4.1.6. Edge Cases]]
|
||||||
Special = {bg=NONE, fg=magenta, style=NONE },
|
Special = {bg=NONE, fg=magenta, style=NONE },
|
||||||
SpecialChar = {link='Character' },
|
SpecialChar = {link='Character' },
|
||||||
SpecialKey = {link='Character' },
|
SpecialKey = {link='Character' },
|
||||||
Tag = {link='Underlined' },
|
Tag = {link='Underlined' },
|
||||||
Delimiter = {bg=NONE, fg=white, style=NONE },
|
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' },
|
Debug = {link='WarningMsg' },
|
||||||
|
|
||||||
--[[ 4.1.7. Help Syntax]]
|
--[[ 4.1.7. Help Syntax]]
|
||||||
Underlined = {bg=NONE, fg=turqoise, style='underline' },
|
Underlined = {bg=NONE, fg=turqoise, style='underline' },
|
||||||
|
|
Loading…
Reference in New Issue