chriskempson / tomorrow-theme

Tomorrow Theme
Other
13.73k stars 3.17k forks source link

vim: highlight Rust conditional keywords #300

Closed IvanUkhov closed 8 years ago

IvanUkhov commented 9 years ago

By default Tomorrow and its variants do not have any particular highlighting for Conditional. When programming in Rust, it is really confusing since Rust conditionals, such as the ubiquitous match, do not stand out in the code. I propose highlighting them as other keywords, that is, with orange. Thank you.

Ivan