summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2020-10-17 14:17:55 +0200
committerAdam Stankiewicz <sheerun@sher.pl>2020-10-17 14:17:55 +0200
commitaf3ebda71002223b4bc6d4cc79a0359523eaa385 (patch)
tree74ed3ae3100bf4ae297fb1588073fa279cca063b /tests
parent6b663ec330356e92de9c68a6dac09a80a2d5b07c (diff)
downloadvim-polyglot-4.13.4.tar.gz
vim-polyglot-4.13.4.zip
Fix testsv4.13.4
Diffstat (limited to 'tests')
-rw-r--r--tests/filetypes.vim5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/filetypes.vim b/tests/filetypes.vim
index 51fdb3dc..e9a88536 100644
--- a/tests/filetypes.vim
+++ b/tests/filetypes.vim
@@ -296,6 +296,7 @@ call TestFiletype('coco')
call TestFiletype('cf')
call TestFiletype('config')
call TestFiletype('cuda')
+call TestFiletype('dockerfile')
call TestFiletype('dcd')
call TestFiletype('eterm')
call TestFiletype('lynx')
@@ -637,6 +638,10 @@ call TestFiletype('svn')
call TestFiletype('text')
call TestFiletype('pullrequest')
call TestFiletype('xf86conf')
+call TestFiletype('man')
+call TestFiletype('xpm')
+call TestFiletype('xpm2')
+call TestFiletype('context')
" DO NOT EDIT CODE ABOVE, IT IS GENERATED WITH MAKEFILE