lagrange
lagrange copied to clipboard
Code syntax highlight?
I think it would be useful and not much hard to integrate syntax highlight for common programming languages
This is already doable using MIME hooks that look for preformatted blocks containing source code (the detection of those is an exercise left for the reader) and insert suitable ANSI color/style escapes.