summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2020-09-28 01:33:57 +0200
committerAdam Stankiewicz <sheerun@sher.pl>2020-09-28 01:33:57 +0200
commitae778bdb175f930b69facec5f3ccd1b95953bc88 (patch)
tree6b2e73f85f6a6d72a0eb3732a12246b712eddcd7 /tests
parentb7598ff0c522e56f0a42706176f2fa621d9a1c8e (diff)
downloadvim-polyglot-ae778bdb175f930b69facec5f3ccd1b95953bc88.tar.gz
vim-polyglot-ae778bdb175f930b69facec5f3ccd1b95953bc88.zip
Add missing filetypes for sql
Diffstat (limited to 'tests')
-rw-r--r--tests/filetypes.vim1
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')