Am Mittwoch, 4. Januar 2017 19:22:40 UTC+1 schrieb Matthew Butterick: > > > > > Now the problem. I transferred the python function into pollen.rkt like > follows: > > > > (define (python . xs) > > `(pre (code ((class ,(format "~a" "python"))) ,@xs))) > > > > > > Now the python code will not be highlighted. > > > > What is my mistake? Thanks a lot. > > > Did you `(provide python)` from your "pollen.rkt"?
No I didn't. Arrgh. Now it works fine. Thanks much. -- You received this message because you are subscribed to the Google Groups "Pollen" 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.
