Skip to content

krisajenkins/vim-postgresql-syntax

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

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"

About

Syntax highlighing for the output of psql.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published