[racket] learn racket in 10 minutes

From: Greg Hendershott (greghendershott at gmail.com)
Date: Thu Jul 18 18:52:54 EDT 2013

On Thu, Jul 18, 2013 at 3:19 AM, Roger Rousseau <th3rac25 at gmail.com> wrote:
> The site uses syntax highlighting from Rouge
> (https://github.com/jayferd/rouge), via middleman-syntax, which
> unfortunately doesn't have a Racket highlighting built in. It's been a
> problem a few times; notably, F# is using C# highlighting right now, Dart is
> using JS (which is pretty dire), and R and Julia are using Python.
>
> Jayferd was really receptive to the Elixir patches to Rouge; you could
> probably to a pretty quick Racket one by mostly copying the Scheme lexer if
> you wanted:
> https://github.com/jayferd/rouge/blob/master/lib/rouge/lexers/scheme.rb

I submitted a pull request:

https://github.com/jayferd/rouge/pull/86

Posted on the users mailing list.