diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2021-06-09 11:49:01 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2021-06-09 11:49:01 +0200 |
commit | af4d6aa3cf5eab6cf555cbb067f8316cca7975bf (patch) | |
tree | 2b9c667247f6af23e6adfbc7069398626dd8f805 /tests | |
parent | ff8c1d76741f148d5f6efb9a57119dcf11afaec6 (diff) | |
download | vim-polyglot-af4d6aa3cf5eab6cf555cbb067f8316cca7975bf.tar.gz vim-polyglot-af4d6aa3cf5eab6cf555cbb067f8316cca7975bf.zip |
Use more modern haxe package, closes #340
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') |