lagrange icon indicating copy to clipboard operation
lagrange copied to clipboard

Code syntax highlight?

Open d47081 opened this issue 1 year ago • 1 comments

I think it would be useful and not much hard to integrate syntax highlight for common programming languages

d47081 avatar Jun 26 '24 13:06 d47081

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.

skyjake avatar Jun 28 '24 09:06 skyjake