I want vim to display my comments in italics, and I understand what I need to post
cterm = italic
in
hi Comment
in the color.vim file that I am using. This, however, does not affect the text display, which I suspect is associated with some Terminal.app parameter if I do not understand the vim syntax. I would appreciate if anyone could show me how to enable this feature.
In addition, I am currently using a Monaco font that does not have a separate italic file (however, italic syntax highlighting does not work for Consolas, Lucida, Bitstream Vera or other fonts with italic or oblique resolution). Assuming a solution exists for italic fonts, do I need to jump over any further hoops to make it work in Monaco?
Thanks for any input.
EDIT:
I am surprised that I have not yet received an answer; it doesn't look like it should be too hard to do. Maybe this. Alternatively, can someone explain why this is possible not ?
vim terminal syntax-highlighting macos italics
daltonb
source share