We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Maintainer: claytron robots@claytron.com
zptlint is a checker for Zope Page Templates.
In order for this plugin to be useful, you will need to set up the zpt filetype in your vimrc:
zpt
vimrc
" set up zope page templates as the zpt filetype autocmd BufNewFile,BufRead *.pt,*.cpt,*.zpt set filetype=zpt syntax=xml
Then install the zptlint program, found on PyPI.