So, I tried syntax highlight today, and per

  Source highlighting is experimental; feedback is welcomed.

I would like to report two issues:

1. I noticed that

     texi2any --set-customization-variable HIGHLIGHT_SYNTAX=pygments ...

   works but

     texinfo_set_from_init_file('HIGHLIGHT_SYNTAX', 'highlight');

   in my --init-file does not.

2. I cannot change Pygments to dark style because

     $cmd = 'pygmentize -f html -l '.$language
            . ' -O noclasses=True';

   is hard-coded, with no way to pass in

     -P style=...

Rudy
-- 
"Simplicity is complexity resolved."
--- Constantin Brâncuși, 1876-1957

Rudolf Adamkovič <[email protected]> [he/him]
http://adamkovic.org

Reply via email to