Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

(v3.6.0) Zope Page Templates: zptlint

LCD 47 edited this page Jan 19, 2015 · 1 revision

Maintainer: claytron robots@claytron.com

zptlint is a checker for Zope Page Templates.

Note

In order for this plugin to be useful, you will need to set up the zpt filetype in your 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.

Clone this wiki locally