diff options
Diffstat (limited to 'tests/filetypes.vim')
-rw-r--r-- | tests/filetypes.vim | 5 |
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 |