diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/filetypes.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/filetypes.vim b/tests/filetypes.vim index 05582424..15bd60e9 100644 --- a/tests/filetypes.vim +++ b/tests/filetypes.vim @@ -119,7 +119,6 @@ call TestFiletype('haskell') call TestFiletype('haxe') call TestFiletype('hxml') call TestFiletype('hss') -call TestFiletype('hcl') call TestFiletype('hive') call TestFiletype('icalendar') call TestFiletype('idris') @@ -221,6 +220,7 @@ call TestFiletype('sxhkdrc') call TestFiletype('systemd') call TestFiletype('tf') call TestFiletype('terraform') +call TestFiletype('hcl') call TestFiletype('textile') call TestFiletype('thrift') call TestFiletype('tmux') |