diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2021-07-08 11:54:15 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2021-07-08 11:54:15 +0200 |
commit | c794f186c0a618d2d4cdd5445d9ff20e6f640762 (patch) | |
tree | 11e6b01bac01b0ec694c8fa5c574870f5e268182 /tests/filetypes.vim | |
parent | 4f5388350be1052f610b830c8fce8fbc17370ec6 (diff) | |
download | vim-polyglot-c794f186c0a618d2d4cdd5445d9ff20e6f640762.tar.gz vim-polyglot-c794f186c0a618d2d4cdd5445d9ff20e6f640762.zip |
Update
Diffstat (limited to 'tests/filetypes.vim')
-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') |