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

Zope Page Templates: zptlint

LCD 47 edited this page Jun 12, 2016 · 6 revisions

This file is no longer maintained

This file exists only as a historic reference. Documentation for syntastic checkers is now included in the manual, please see :help syntastic-checkers in Vim.


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