chore: do not italicize 'statements'
This commit is contained in:
parent
8458fdec7a
commit
a4214942e6
|
@ -102,7 +102,7 @@ local theme = lush(function(injected_functions)
|
||||||
Identifier { fg = hsl("#78b9c4") }, -- (*) Any variable name
|
Identifier { fg = hsl("#78b9c4") }, -- (*) Any variable name
|
||||||
-- Function { }, -- Function name (also: methods for classes)
|
-- Function { }, -- Function name (also: methods for classes)
|
||||||
|
|
||||||
Statement { gui = "italic", fg = hsl("#a292e8") }, -- (*) Any statement
|
Statement { fg = hsl("#a292e8") }, -- (*) Any statement
|
||||||
-- Conditional { }, -- if, then, else, endif, switch, etc.
|
-- Conditional { }, -- if, then, else, endif, switch, etc.
|
||||||
-- Repeat { }, -- for, do, while, etc.
|
-- Repeat { }, -- for, do, while, etc.
|
||||||
-- Label { }, -- case, default, etc.
|
-- Label { }, -- case, default, etc.
|
||||||
|
|
Loading…
Reference in a new issue