Re: [racket-users] [scribble] code:hilite for binders

2020-08-22 Thread Éric Tanter
Just to complement: I’m editing some scribble I wrote years ago and I completely forgot why I was doing that, but to be able to use `(code:highlight …)` in code blocks, I had to add the following line (where `ex-eval` is my base evaluator): ``` @interaction-eval[#:eval ex-eval (define

[racket-users] [scribble] code:hilite for binders

2020-08-22 Thread Éric Tanter
Hi, >From the doc: `(code:hilite datum)` typesets like `datum`, but with a >background highlight. However, it does not work to highlight a binder, eg: `(letrec ([(code:hilite self) …]) …)` Is there another way to highlight a binder? Thanks, — Éric -- You received this message because