diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2020-09-28 01:33:57 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2020-09-28 01:33:57 +0200 |
commit | ae778bdb175f930b69facec5f3ccd1b95953bc88 (patch) | |
tree | 6b2e73f85f6a6d72a0eb3732a12246b712eddcd7 /autoload/sleuth.vim | |
parent | b7598ff0c522e56f0a42706176f2fa621d9a1c8e (diff) | |
download | vim-polyglot-ae778bdb175f930b69facec5f3ccd1b95953bc88.tar.gz vim-polyglot-ae778bdb175f930b69facec5f3ccd1b95953bc88.zip |
Add missing filetypes for sql
Diffstat (limited to 'autoload/sleuth.vim')
-rw-r--r-- | autoload/sleuth.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autoload/sleuth.vim b/autoload/sleuth.vim index ac0b49f5..4c1ba5b8 100644 --- a/autoload/sleuth.vim +++ b/autoload/sleuth.vim @@ -188,7 +188,7 @@ let s:globs = { \ 'slime': '*.slime', \ 'smt2': '*.smt2,*.smt', \ 'solidity': '*.sol', - \ 'sql': '*.pgsql', + \ 'sql': '*.pgsql,*.pls,*.bdy,*.ddl,*.fnc,*.pck,*.pkb,*.pks,*.plb,*.plsql,*.prc,*.spc,*.sql,*.tpb,*.tps,*.trg,*.vw,*.tyb,*.typ,*.tyc', \ 'stylus': '*.styl,*.stylus', \ 'svelte': '*.svelte', \ 'svg': '*.svg', |