use-pygments = True works better for latex files, but Leo's colorizer seems to work better for some other syntaxes,
so I was wondering if there is a way to switch between the two within a single Leo outline?
Btw, the pygments colorizer seems to be buggy when it comes to Lua long literal string syntax, e.g. those between [[ and ]] or between [=[ and ]=] etc. when it contains newlines or quotes. Should I file a bug report, or is this anyhow a "won't fix"?
The Leo colorizer for Lua seems to recognize long literal strings correctly when they are enclosed in [[ and ]], but not when enclosed in [=[ and ]=] (the same problem with more than one '=' between the brackets). Again, should I file a bug report?
- Josef