String tokens use font-lock-string-face. Text tokens, e.g. Scribble text, use the face racket-hash-lang-text. racket-hash-lang-pairs Pairs of delimiters to insert or delete automatically. The format of each i
:> (define o (open-output-string))> (copy-port (open-input-string "broom") o)> (get-out...