ref(colors): use italics for repeat

The other statement types use italics, so it should probably use italics
to in order to fall in line with the meaning of the keyword.
This commit is contained in:
Iron-E 2020-12-13 16:09:26 -05:00
parent d1dad7ee27
commit 1e95f6d304
No known key found for this signature in database
GPG Key ID: 19B71B7B7B021D22
1 changed files with 1 additions and 1 deletions

View File

@ -260,7 +260,7 @@ local highlight_groups = {
--[[ 4.1.3. Syntax]]
Statement = {fg=ice},
Conditional = {fg=ice, style='italic'},
Repeat = {fg=turqoise, style='bold'},
Repeat = {fg=turqoise, style='italic'},
Label = {fg=pink, style='italic'},
Operator = {fg=green, style='bold'},
Keyword = {fg=teal},