Y
Hacker News
new
|
ask
|
show
|
jobs
by
NeutralForest
1320 days ago
It doesn't have syntax highlighting IIRC
1 comments
neutrono
1320 days ago
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.
link