diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/filetypes.vim | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/filetypes.vim b/tests/filetypes.vim index 69f9269b..e4a4ef83 100644 --- a/tests/filetypes.vim +++ b/tests/filetypes.vim @@ -121,6 +121,7 @@ call TestFiletype('hxml') call TestFiletype('hss') call TestFiletype('hcl') call TestFiletype('hive') +call TestFiletype('i3config') call TestFiletype('icalendar') call TestFiletype('idris') call TestFiletype('idris2') @@ -648,6 +649,9 @@ call TestFiletype('mint') call TestFiletype('jsonc') call TestFiletype('gleam') call TestFiletype('hjson') +call TestFiletype('just') +call TestFiletype('nftables') +call TestFiletype('mermaid') call TestFiletype('i3config') call TestFiletype('just') call TestFiletype('nftables') |