I'm experimenting with HIGHLIGHT_SYNTAX=source-highligit. It works fine
with --no-split and produces pretty nice highlighting.
However, when I don't use --no-split, I get an error. An example error
message:
|makeinfo: warning: highlight_syntax.pm: could not open
cmu-user_html/cmu-user_highlight_c_input.c: No such file or directory |
The file cmu-user_highlight_c_input.c is actually in the current
directory, not in the subdirectory cmu-user_html.
Note that pygments works fine when the HTML output is split. I'm just
playing around to see which one does a better job.
​
- Highlight syntax with source-highlight produces error with spl... Raymond Toy
-