Adding Jython to languages?

Jython should be fairly easy to add to language support since it doesn’t really need a new lexer since it is Python fro ma language standpoint. The critical item would be setting run and debug to use the Jython jar file instead of the Python binary file. Of course, parsing the Java classes using Java Help would be nice. Anyone done any of this?