Don't italicize SpecialComment

This commit is contained in:
Iron_E 2020-06-20 23:52:38 -04:00
parent 04feb15624
commit 2a2797578b
No known key found for this signature in database
GPG Key ID: B0B37DE7EDC2335F
1 changed files with 7 additions and 7 deletions

View File

@ -218,13 +218,13 @@ local highlights = {
Typedef = {bg=NONE, fg=cyan, style='italic'},
--[[ 4.1.6. Edge Cases]]
Special = {bg=NONE, fg=magenta, style=NONE },
SpecialChar = {link='Character' },
SpecialKey = {link='Character' },
Tag = {link='Underlined' },
Delimiter = {bg=NONE, fg=white, style=NONE },
SpecialComment = {bg=NONE, fg=gray, style='bold'},
Debug = {link='WarningMsg' },
Special = {bg=NONE, fg=magenta, style=NONE },
SpecialChar = {link='Character' },
SpecialKey = {link='Character' },
Tag = {link='Underlined' },
Delimiter = {bg=NONE, fg=white, style=NONE },
SpecialComment = {bg=NONE, fg=gray, style={'bold', 'nocombine'}},
Debug = {link='WarningMsg' },
--[[ 4.1.7. Help Syntax]]
Underlined = {bg=NONE, fg=turqoise, style='underline' },