yangustc07 / pgsql.vim

Postgredsql syntax from Devrim GUNDUZ

Home Page:http://www.gunduz.org/postgresql/pgsql.vim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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'

About

Postgredsql syntax from Devrim GUNDUZ

http://www.gunduz.org/postgresql/pgsql.vim


Languages

Language:Vim Script 100.0%