[racket] How to associate a custom syntax color lexer with a new module language

From: Jens Axel Søgaard (jensaxel at soegaard.net)
Date: Fri Jun 22 09:32:21 EDT 2012

Hi All,

I have implemented a #lang language called bracket.
The language is installed as a collection with the raco link command.

soegaard$ /Applications/Racket\ Full\ v5.3.0.11/bin/raco link -l
User links:
 collection: "bracket"  path: "/Users/soegaard/Dropbox/GitHub/bracket/bracket"
Installation links:
soegaard$

To get proper source coloring in DrRacket, I have implemented a color-lexer.

Posted on the users mailing list.