All Projects → krisajenkins → vim-postgresql-syntax

krisajenkins / vim-postgresql-syntax

Licence: other
Syntax highlighing for the output of psql.

Programming Languages

Vim Script
2826 projects

About

This is a basic Vim syntax highlighing file for PostgreSQL's output. It was written for use with vim-pipe.

Installation

  • Install Pathogen.
  • Clone this project into ~/.vim/bundle/.
  • Set the filetype of the buffer to postgresql.vim. If you're using vim-pipe, you can use somethingl like this in your .vimrc:
	autocmd FileType sql :let b:vimpipe_command="psql mydatabase"
	autocmd FileType sql :let b:vimpipe_filetype="postgresql"
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].