Wednesday 2 June 2004 — This is over 20 years old. Be careful.
Highlight is a tool to syntax-color source code. I haven’t tried it, but it seems very impressive: it supports 100 source languages, and writes output in a bunch of formats (HTML, RTF, TeX, XSL-FO, for example).
Comments
I find that among the various investments one makes in an editor/ide/tool for coding, anything involving language specific customizations becomes hard to leave behind.
I think that's partly to do with the number of languages "supported", it's basically chosen quantity over quality (for instance you can't even have different colors for "inline", "static" and "volatile"). For the main language I care about, C, I ended up writting my own highlighter for html. And possibly because it only supports C to HTML it produces a much better quality output (and it's not even a real project).
Highlight also suffers due to the copious amount of crap "themes" it comes with (and the default one isn't that great).
Add a comment: