diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2021-06-09 21:22:48 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2021-06-09 21:22:48 +0200 |
commit | 4f997c5c82d49ce3e2791eb0679e992751bf39a7 (patch) | |
tree | 05a060e7a0d83e6775e26701141d38c9b56eb5ee /tests/filetypes.vim | |
parent | c6f9e5b2117380b67de5bb4502bf4053378ac3c9 (diff) | |
download | vim-polyglot-4f997c5c82d49ce3e2791eb0679e992751bf39a7.tar.gz vim-polyglot-4f997c5c82d49ce3e2791eb0679e992751bf39a7.zip |
Update
Diffstat (limited to 'tests/filetypes.vim')
-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 |