chiark / gitweb /
doc/sod.sty, doc/runtime.tex: Improve comment typesetting in code.
authorMark Wooding <mdw@distorted.org.uk>
Thu, 26 May 2016 08:26:09 +0000 (09:26 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 22 Jul 2017 17:13:30 +0000 (18:13 +0100)
commit888d5e58c8cff289ff56a9282608c153b402191c
treebb8a61a624e74f37529469ef7fdaee4c28f39530
parentacaf88ad7dda1e7709729a8fd9c44417b78fe3a3
doc/sod.sty, doc/runtime.tex: Improve comment typesetting in code.

  * Don't typeset the initial `;' as commentary; handle multiple initial
    `;;' in sequence.

  * Add new commands for general inside-comment typesetting, and for
    C-style `/* ... */' comments.  Maybe there should be a thing for
    C++-style comments, but I don't tend to use them anyway.

  * Highlight code text in commentary.
doc/runtime.tex
doc/sod.sty