> *** Error while highlighting:
> KeyError: 'root'
> (file "/home/fede/pygments/pygments/lexer.py", line 476, in
> get_tokens_unprocessed)
Ah, this is simple to fix. In the lexer you sent to the list, you have
tokens = {'general': [...]}
That should be
tokens = {'root': [...]}
Tim
--
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.