On Fri, May 23, 2003 at 04:21:10PM -0400, Mark Bucciarelli wrote:
> Does anyone have a file that does html / python syntax coloring for
> ptl files?
I have one but if you use the new template syntax introduced in 0.6 then
you don't need anything special. Something like:
au BufEnter *.ptl source $VIM/syntax/ptl.vim
in .vimrc should do the trick.
Neil