Leo, that is, docutils, will use the SilverCity syntax highlighter if
it is available. However, I'm not sure whether this is works with
code-to-rst, but looking at the code I think it might.
BTW, it looks like there is no real documentation for code-to-rst.
There is mention of options for code-to-rst at
http://webpages.charter.net/edreamleo/rstplugin3.html, but that's all.
Edward
Edward
Iirc, none of the code_mode settings are in leoDocs.leo because
code_mode is a bit of an Easter egg. You can put
@bool show_doc_parts_as_paragraphs = True
in your myLeoSettings.leo. BTW, "-" and "_" get removed from the
settings name automatically, which is why print-settings reports
showDocsAsParagraphs.
EKR