Now ruby has 2 comment syntax, #... and =begin..=end, but they are line-oriented both.
This is a proposal of a new, very visible, inline comment syntax.
Turning on highlight mode (i.e., \e[1m) starts a comment and turning off (i.e., \e[m) ends it.
This visualizes comments very much.
I like colours. Even on first april so I have to take it almost literally as a real proposal.
(Actually after waking up, I forgot which day it was; the Assignee set here helped me
understand the proposal. :D )
It's one of the few things I like about cmake - while autoconf makes it more convenient for
people to adapt their project via readable commandline-switches (as opposed to cmake -D
something such as -DCMAKE_INSTALL_PREFIX= versus configure --prefix= ), the default colours
used by cmake are IMO quite nice.
I'd like to see colors allowed in method names. In the long run, all "bang methods" could be replaced by "red methods", to even better visually signal their dangerousness.
But I guess this would probably go beyond the scope of this feature request, so I will prepare a separate ticket...