Add pgsql syntax, closes #111

This commit is contained in:
Adam Stankiewicz
2016-05-02 10:52:01 +02:00
parent 7a29850ae9
commit 554ae93ef1
4 changed files with 2290 additions and 0 deletions

View File

@@ -347,6 +347,10 @@ endfunction
autocmd BufReadPost *.pl,*.pm,*.t call s:DetectPerl6()
autocmd BufNew,BufNewFile,BufRead *.nqp setf perl6
endif
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'pgsql') == -1
au BufNewFile,BufRead *.pgsql setf pgsql
endif
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'plantuml') == -1
if did_filetype()