diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/filetypes.vim | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/filetypes.vim b/tests/filetypes.vim index 584008e0..1e54cfbe 100644 --- a/tests/filetypes.vim +++ b/tests/filetypes.vim @@ -102,8 +102,11 @@ call TestFiletype('gitcommit') call TestFiletype('glsl') call TestFiletype('gmpl') call TestFiletype('gnuplot') +call TestFiletype('hercules') call TestFiletype('go') call TestFiletype('gomod') +call TestFiletype('gosum') +call TestFiletype('gowork') call TestFiletype('gohtmltmpl') call TestFiletype('javascript') call TestFiletype('flow') @@ -363,7 +366,6 @@ call TestFiletype('lhaskell') call TestFiletype('chaskell') call TestFiletype('haste') call TestFiletype('hastepreproc') -call TestFiletype('hercules') call TestFiletype('hex') call TestFiletype('hollywood') call TestFiletype('tilde') |