diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/filetypes.vim | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/filetypes.vim b/tests/filetypes.vim index e4a4ef83..091151fb 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,13 +648,11 @@ 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') call TestFiletype('openscad') +call TestFiletype('mermaid') " DO NOT EDIT CODE ABOVE, IT IS GENERATED WITH MAKEFILE |