You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could we add highlights to function arguments, function type signatures, and enum members, so that input and enum members are highlighted?
I understand this may add colours that are not in the carbon colourscheme, however I think it would improve the syntax highlighting.
Function argument "input" is highlighted in Kanagawa, but not in oxocarbon.
Kanagawa:
Also, the type annotation &str in the function signature isn't highlighted in oxocarbon.
Oxocarbon:
Enum members Up, Down, Left, Right are highlighted in Kanagawa, but not in oxocarbon:
Kanagawa:
Oxocarbon:
The text was updated successfully, but these errors were encountered:
quantum-booty
changed the title
highlight function arguments and enum members
highlight function arguments, function type signatures, and enum members
Dec 10, 2022
I'll definitely look into adding this. The original IBM theme keeps it quite simple, highlighting the bare necessities, but I agree with you in that adding a few highlights would certainly make the code easier to read.
Could we add highlights to function arguments, function type signatures, and enum members, so that input and enum members are highlighted?
I understand this may add colours that are not in the carbon colourscheme, however I think it would improve the syntax highlighting.
Function argument "input" is highlighted in Kanagawa, but not in oxocarbon.
Kanagawa:
Also, the type annotation &str in the function signature isn't highlighted in oxocarbon.
Oxocarbon:
Enum members Up, Down, Left, Right are highlighted in Kanagawa, but not in oxocarbon:
Kanagawa:
Oxocarbon:
The text was updated successfully, but these errors were encountered: