Hacker News new | ask | show | jobs
by NeutralForest 1320 days ago
It doesn't have syntax highlighting IIRC
1 comments

You can hack it with the \m[<color>] escape in groff:

         \m[blue]int\m[] x
Of course, you would use some kind of pre-processor to make this less of a PITA, but it's not inconceivable.