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

From: John Clements (clements at brinckerhoff.org)
Date: Wed Jun 1 18:56:04 EDT 2011

It looks like adding syntax coloring for Racket to GitHub is as easy as changing 

    filenames = ['*.scm']
 
to

    filenames = ['*.scm', '*.rkt']

in line 39 of 

pygments-main/pygments/lexers.functional.py

in the "pygments" project on BitBucket.

Unfortunately, it uses mercurial, and I don't really want to learn yet another source control system unless I have to.

Does someone here have the mercurial experience to make this edit?

John

 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 4624 bytes
Desc: not available
URL: <http://lists.racket-lang.org/users/archive/attachments/20110601/22546d0b/attachment.p7s>

Posted on the users mailing list.