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 /tests | |
parent | b7598ff0c522e56f0a42706176f2fa621d9a1c8e (diff) | |
download | vim-polyglot-ae778bdb175f930b69facec5f3ccd1b95953bc88.tar.gz vim-polyglot-ae778bdb175f930b69facec5f3ccd1b95953bc88.zip |
Add missing filetypes for sql
Diffstat (limited to 'tests')
-rw-r--r-- | tests/filetypes.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/filetypes.vim b/tests/filetypes.vim index accc0a72..78edf1ef 100644 --- a/tests/filetypes.vim +++ b/tests/filetypes.vim @@ -237,3 +237,4 @@ call TestFiletype('bzl') call TestFiletype('prolog') call TestFiletype('tads') call TestFiletype('gitignore') +call TestFiletype('sql') |