diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2022-04-18 12:08:27 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2022-04-18 12:08:27 +0200 |
commit | db7bb8ba22f5798bf3abe9f786bc6e6d002725f8 (patch) | |
tree | c9d2fd8bead22a93f2c0eb0bd8abe14efe32f509 /tests | |
parent | aae85fe8c2a5878aee89ff8025306f3142962b5f (diff) | |
download | vim-polyglot-db7bb8ba22f5798bf3abe9f786bc6e6d002725f8.tar.gz vim-polyglot-db7bb8ba22f5798bf3abe9f786bc6e6d002725f8.zip |
Update
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') |