diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2021-06-09 21:11:58 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2021-06-09 21:11:58 +0200 |
commit | c4e50b4e9da54836b0fcd443229c7213de789e21 (patch) | |
tree | 149f8bd0acaead947adfe8831f4180a5dfde1c8b /tests | |
parent | 839447bbf542925b1085a33d076cc525138aad7c (diff) | |
download | vim-polyglot-c4e50b4e9da54836b0fcd443229c7213de789e21.tar.gz vim-polyglot-c4e50b4e9da54836b0fcd443229c7213de789e21.zip |
Update
Diffstat (limited to 'tests')
-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') |