Re: plperl syntax highlighting for vi

From: Decibel! <decibel(at)decibel(dot)org>
To: Richard Broersma Jr <rabroersma(at)yahoo(dot)com>
Cc: David Fetter <david(at)fetter(dot)org>, Bruce Momjian <bruce(at)momjian(dot)us>, Geoffrey <lists(at)serioustechnology(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: plperl syntax highlighting for vi
Date: 2007-08-04 17:42:53
Message-ID: 20070804174252.GQ25704@nasby.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Tue, Jul 31, 2007 at 02:59:41PM -0700, Richard Broersma Jr wrote:
> > > http://www.gunduz.org/postgresql/pgsql.vim
> >
> > That's great for PL/PgSQL. Maybe there's a way to do it for PL/Perl,
> > too :)
>
> Can anyone point me to a link that shows which file vim conf file need to be configured and how to
> configure it to use this above .vim file?

Best way to do it is to have an auto command that recognizes a .pgsql
file and loads that .vim file. You could also put it in
/usr/local/vim/syntax and it'd probably work.
--
Decibel!, aka Jim Nasby decibel(at)decibel(dot)org
EnterpriseDB http://enterprisedb.com 512.569.9461 (cell)

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Decibel! 2007-08-04 17:51:04 Re: Linux distro
Previous Message Decibel! 2007-08-04 17:36:34 Re: Porting MySQL data types to PostgreSQL