`codeblock-pict` should do what you want, assuming there's a
corresponding #lang (doesn't need to be a full implementation, just
needs a lexer).

Alternatively, you can use my `java-lexer` package which, despite its
name, does a decent job with much more than just Java. I've used it to
get some ok highlighting for Haskell, for example. Turns out at the
lexer level, a lot of things kind of look the same. :)

Vincent



On Mon, 03 Oct 2016 18:16:56 -0500,
C K Kashyap wrote:
> 
> Hi,
> What's a good way to syntax-highlight non-racket code within slideshow?
> I've been using pandoc so far which has support for multiple languages
> but I'd like to start using slideshow.
> Regards,
> Kashyap
> 
> -- 
> You received this message because you are subscribed to the Google
> Groups "Racket Users" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to [email protected].
> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to