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:
parent
d1dad7ee27
commit
1e95f6d304
|
@ -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},
|
||||
|
|
Loading…
Reference in New Issue