Hi, On Thu, Mar 20, 2008 at 6:04 PM, Karl Heinz Marbaise <[EMAIL PROTECTED]> wrote: > I would like to know if there are plans to integrate scanning of e.g. > Java-Files and extract some meta information ? Or may be Perl, Python, > PHP etc.
Currently the best we have is to treat such files as just plain text, but I agree that more intelligent parsing would be really nice. To implement that, we'd need some language parsers (or at least patterns like the ones used by many syntax highlighters) preferably as Java libraries from the central Maven repository. Or perhaps we could use something like the enscript.st files to best leverage existing work. BR, Jukka Zitting