/pgsql.vim

Postgredsql syntax from Devrim GUNDUZ

Primary LanguageVim Script

Vim Postgresql syntax file

If you need to highlight any of *.sql files you can insert this lines to your filetype.vim

au BufNewFile,BufRead *.sql setf pgsql

Or load it using the default sql.vim:

let g:sql_type_default = 'pgsql'