pygments / pygments.rb

💎 Ruby wrapper for Pygments syntax highlighter
MIT License
572 stars 141 forks source link

Pull lexer changes in from pygments upstream #88

Closed jtbandes closed 11 years ago

jtbandes commented 11 years ago

The Objective-C lexer, at least, has been updated upstream and should be pulled in; the @ signs around dictionary and array literals should no longer appear as errors, as they currently do on GitHub:

@"Collection literals:" @{ @"test": @[ @1, @3, @3 ] }

https://bitbucket.org/birkenfeld/pygments-main/annotate/7304e4759ae65343d89a51359ca538912519cc31/pygments/lexers/compiled.py?at=default#cl-1354

hoelzro commented 11 years ago

@tmm1 @tnm Have you guys considered appointing a "lieutenant" for helping on this project? There are a lot of pull requests and issues that would be solved by updating to pygments upstream, and other low level issues that such a helper could fix. I'm sure you would have no shortage of volunteers to help out with this project! =)

tnm commented 11 years ago

I'll be bringing in latest upstream pygments very soon.

hoelzro commented 11 years ago

@tnm Any updates on this?

tnm commented 11 years ago

Thanks for the ping. Finished testing performance stuff on the new stuff a little while ago, so we're good to go. Just merged in latest.

jtbandes commented 11 years ago

Cool. Time to start measuring how long it takes before the change is incorporated into GitHub syntax highlighting...

hoelzro commented 11 years ago

@tnm Thanks for doing this! You've made a lot of Perl 6 developers very happy. =) Do you happen to know the timeline for the change to be integrated into GitHub?