zptlint 0.2 with provider expression support
'provider:' expression support was missing in zptlint. zptlint 0.2 has it.
One of the tools I rely on for my daily work is zptlint. It is a nice little tool that I got from Balazs Ree, Greenfinity : it parses page templates and outputs compilation errors.
I have configured my editor (vim) to run zptlint when saving page templates (this is documented in the package). This way, I am warned of typos or other basic errors before running Zope or tests.
zptlint was lacking provider: expression support. It would bite me from time to time when editing Plone templates.
I took some time to add that support to zptlint. Enjoy.

