Deduplicate polyglot files

This commit is contained in:
Adam Stankiewicz
2020-09-29 23:36:28 +02:00
parent 543e8c917b
commit c1aac2e279
6 changed files with 34 additions and 388 deletions

View File

@@ -97,6 +97,7 @@ endfunc
augroup filetypedetect
" DO NOT EDIT CODE BELOW, IT IS GENERATED WITH MAKEFILE
if !has_key(s:disabled_packages, '8th')
au! BufNewFile,BufRead *.8th set ft=8th
@@ -992,7 +993,7 @@ if !has_key(s:disabled_packages, 'sql')
au! BufNewFile,BufRead *.bdy,*.ddl,*.fnc,*.pck,*.pkb,*.pks,*.plb,*.pls,*.plsql,*.prc,*.spc,*.sql,*.tpb,*.tps,*.trg,*.tyb,*.tyc,*.typ,*.vw set ft=sql
endif
" DO NOT EDIT CODE ABOVE, IT IS GENERATED WITH MAKEFILE
au! BufNewFile,BufRead,StdinReadPost * if expand("<afile>:e") == "" |
\ call polyglot#shebang#Detect() | endif