i've specified a color for comments in rhtml color preferences, but it is not being honored and is instead being colored white (not sure where this is coming from). this bug is especially annoying cuz the background of my rhtml is also white (and is unchangeable – different bug already submitted) and so my comments don't show up at all (white on white)
attachments showing my prefs, a piece of code with invisible comment, then same code with comment revealed by putting cursor on that line (so background of line is changed and foreground comment color is revealed)
ROR-131speaks to the bigger issue around ruby/rhtml syntax coloring. They actually use different parsing/lexing backends and rules. I need to fix that, which will likely resolve this issue indirectly.