summaryrefslogtreecommitdiffstats
path: root/tests/filetypes.vim
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2020-10-04 22:20:23 +0200
committerAdam Stankiewicz <sheerun@sher.pl>2020-10-04 22:20:23 +0200
commit32b097f67ed9c9b95a9ef1960399197434eb0bdf (patch)
treeb41328d73800451fd6937f8645be565631bd9645 /tests/filetypes.vim
parent04d110660e86ef0fd3e773dd7e47151ce998be77 (diff)
downloadvim-polyglot-32b097f67ed9c9b95a9ef1960399197434eb0bdf.tar.gz
vim-polyglot-32b097f67ed9c9b95a9ef1960399197434eb0bdf.zip
Add some missing filetypes
Diffstat (limited to 'tests/filetypes.vim')
-rw-r--r--tests/filetypes.vim4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/filetypes.vim b/tests/filetypes.vim
index 0c36df68..39caa48a 100644
--- a/tests/filetypes.vim
+++ b/tests/filetypes.vim
@@ -239,3 +239,7 @@ call TestFiletype('prolog')
call TestFiletype('tads')
call TestFiletype('gitignore')
call TestFiletype('sql')
+call TestFiletype('b')
+call TestFiletype('ibasic')
+call TestFiletype('freebasic')
+call TestFiletype('hamster')