dgutov / robe

Code navigation, documentation lookup and completion for Ruby
584 stars 37 forks source link

how to add colorful comment #102

Closed earthIsAPrisonIfYouNotAwareItCanNotOut closed 7 years ago

earthIsAPrisonIfYouNotAwareItCanNotOut commented 7 years ago

sometimes I need many colors in comment and annotation in order to distinguish between important information and others for instance:

``` ## the comment start with "##" should be red # "the string in double quotes" should be green ```