diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/filetypes.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/filetypes.vim b/tests/filetypes.vim index fbcc3cf9..895ece5e 100644 --- a/tests/filetypes.vim +++ b/tests/filetypes.vim @@ -117,6 +117,8 @@ call TestFiletype('html.handlebars') call TestFiletype('haproxy') call TestFiletype('haskell') call TestFiletype('haxe') +call TestFiletype('hxml') +call TestFiletype('hss') call TestFiletype('hcl') call TestFiletype('hive') call TestFiletype('i3config') |