[racket] Anyone familiar with mercurial? Add syntax coloring to github?

From: Greg Hendershott (greghendershott at gmail.com)
Date: Thu Jun 2 06:30:00 EDT 2011

Also, how about changing line 38 from

  aliases = ['scheme', 'scm']

to

  aliases = ['scheme', 'scm', 'ss', 'racket', 'rkt']

?

(Or maybe this would be getting to the point where there should be a
distinct new RacketLexer class, complete with a `builtins' keyword
list from e.g. Quack, and so on.)

On Wed, Jun 1, 2011 at 10:12 PM, Tony Garnock-Jones <tonyg at ccs.neu.edu> wrote:
> On 2011-06-01 10:07 PM, Eli Barzilay wrote:
>>
>> How about
>>     filenames = ['*.scm', '*.ss', '*.rkt*']
>> ?
>
> Whoops! I should have thought of that. I've just added another patch to my
> repo; hope they see it if/when they pick up the pull request.
>
> Tony
> _________________________________________________
>  For list-related administrative tasks:
>  http://lists.racket-lang.org/listinfo/users
>



Posted on the users mailing list.