Instead of manipulating your installed version of pygments which might cause problems with other applications using it I would recommend to clone the repository, changes you make should be done only in this repository and if for some reason you have to install it for testing use a virtual environment which can be created using virtualenv.
The last time I checked, I think you had to run a small script if you added another lexer or at least add it to a dictionary in pygments/lexers/__init__.py On another note: We don't use this mailinglist very often, if you have more questions you will get a lot faster response if you just ask in #pocoo on freenode, most people are active there from the late afternoon to midnight in CET(Central European Time). Support, discussions about development, new technologies and everything else which we might be interested in at the moment happens there. -- 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.
