Hey there, I wrote a lexer for Fancy, a pure-oo, class-based, general purpose, dynamic programming language I've been working on for a while. It runs on Rubinius, the Ruby VM. See: http://www.fancy-lang.org & https://github.com/bakkdoor/fancy You can find the code for the lexer here: https://github.com/fancy-lang/fancy-pygments
What will be needed to get this into the default pygments distribution as a built-in lexer like for the other languages? One main reason I wrote it was because GitHub uses Pygments for their syntax highlighting on their website and I'd like to have highlighting for Fancy too =) Cheers, Christopher. -- You received this message because you are subscribed to the Google Groups "pocoo-libs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pocoo-libs?hl=en.
