Hello,

As a very happy Pygments user (through Sphinx). I would like to help
improving it as a personal contributor.
I have written a lexer for EDIFACT messages.
It is a common message format between administration and travel
industry.

Usage:
>>> a = """UNH+MESSAGE+toto'&
SEG+123:456:789'&
UNT+1+2'"""
>>> print list(EdifactLexer().get_tokens_unprocessed(a))
[(0, Token.Name.Tag, 'UNH'), (3, Token.Punctuation, '+'), (4,
Token.Literal.String, 'MESSAGE'), .....]

If pocoo team agrees that this message syntax is a valid candidate for
integration, please direct me to the patch submission procedure.

Thank you!

Regards,
Maxime

-- 
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.

Reply via email to