Re: [GENERAL] For vim users: Syntax highlighting for PostgreSQL

2006-05-02 Thread Fernan Aguero
+[ Devrim GUNDUZ <[EMAIL PROTECTED]> (27.Apr.2006 23:39): | | Hi, | | I just wrote a pgsql.vim file for vim users. It helps you to colorize | the file which contains PostgreSQL SQL keywords: | | http://www.gunduz.org/postgresql/pgsql.vim Devrim, thanks for contributing this! | In ord

Re: [GENERAL] For vim users: Syntax highlighting for PostgreSQL

2006-05-02 Thread Devrim GUNDUZ
Hi, On Mon, 2006-05-01 at 15:15 -0700, [EMAIL PROTECTED] wrote: > Thank you! I find this useful and am testing it. Great to hear that. I'm also working on plpgsql.vim file. > Should feedback go to this thread in the newsgroup or to your email > account or another channel? I think e-mail to m

Re: [GENERAL] For vim users: Syntax highlighting for PostgreSQL

2006-05-02 Thread brsaweda
Devrim GUNDUZ wrote: > Hi, > > I just wrote a pgsql.vim file for vim users. It helps you to colorize > the file which contains PostgreSQL SQL keywords: (...) > - Many of the keywords (let us see if I've missed anything) > - Comments > > I've used mysql.vim as a template. Thanks to \df, \dT and ps

Re: [GENERAL] For vim users: Syntax highlighting for PostgreSQL

2006-04-28 Thread Terry Lee Tucker
On Thursday 27 April 2006 07:43 pm, Devrim GUNDUZ <[EMAIL PROTECTED]> thus communicated: --> Hi, --> --> I just wrote a pgsql.vim file for vim users. It helps you to colorize --> the file which contains PostgreSQL SQL keywords: --> --> http://www.gunduz.org/postgresql/pgsql.vim --> --> In orde

[GENERAL] For vim users: Syntax highlighting for PostgreSQL

2006-04-27 Thread Devrim GUNDUZ
Hi, I just wrote a pgsql.vim file for vim users. It helps you to colorize the file which contains PostgreSQL SQL keywords: http://www.gunduz.org/postgresql/pgsql.vim In order to use this file, first edit filetype.vim file and add " PgSQL au BufNewFile,BufRead *.pgsql