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