ANN: PostgreSQL syntax mode for Vim

Поиск
Список
Период
Сортировка
От Joel Burton
Тема ANN: PostgreSQL syntax mode for Vim
Дата
Msg-id 1060176822.2046.8.camel@localhost.localdomain
обсуждение исходный текст
Ответы Re: ANN: PostgreSQL syntax mode for Vim  (Michael Garriss <mgarriss@earthlink.net>)
Список pgsql-general
I've created a PostgreSQL syntax mode for Vim. This will colorize pgdump
files and hand-crafted SQL files for PostgreSQL.

It is based on, and still similar to, the generic SQL mode for Vim. It
adds many PG-specific keywords, operators, and such.

To use this, copy the file to your $VIMRUNTIME/syntax or personal .vim
syntax directory (in Unix, that's usually $HOME/.vim/syntax; in Windows,
usually c:\vim\vimfiles\syntax). Open a PG file and :set filetype=pgsql.

Two items on the TODO list are:

* Handle functions better. Right now, the entire body of the function is
treated as a string. Would be nice to have it colorized internally.

* Handle psql SET statements better. I'm finding it difficult to
distinguish these from UPDATE.. SET.. statements.

I'd be happy to get any feedback, etc., from anyone. After a round of
feedback and clean-up, I'll find a suitable place to post & maintain it.

Thanks!

- j.


Вложения

В списке pgsql-general по дате отправления:

Предыдущее
От: psql-mail@freeuk.com
Дата:
Сообщение: Tsearch2 or openFTS ?
Следующее
От: The Hermit Hacker
Дата:
Сообщение: v7.4 on Windows ... (Was: Re: v7.4 Beta 1 Bundle ...)