Re: [fossil-dev] Syntax highlighting

2017-08-30 Thread Andrew Owen
Andy, I've also had great luck using https://github.com/google/code-prettify and inserting it on the client-side via a skin in the footer, then using a little extra markup to get the prettify class in the code as needed. I have a repo hosted at https://pisc.junglecoder.com that uses this approach.

Re: [fossil-dev] Syntax highlighting

2017-08-30 Thread David Vines
Hi Andy, I've previously found and followed a description at https://www.fossil-scm.org/xfer/wiki?name=shjs on adding support for syntax highlighting via the shjs client-side javascript library to a fossil server instance. I think I only found this page via web searches - I'm not sure where the