diff options
author | Marcos Ferreira <mracos@users.noreply.github.com> | 2021-06-09 16:21:38 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-09 21:21:38 +0200 |
commit | c6f9e5b2117380b67de5bb4502bf4053378ac3c9 (patch) | |
tree | 30820987aff14f643ca2ad3968b74f7b058e98f6 /tests | |
parent | 3e71cdad56bdd2b1af812f63f6eca856ac6c1984 (diff) | |
download | vim-polyglot-c6f9e5b2117380b67de5bb4502bf4053378ac3c9.tar.gz vim-polyglot-c6f9e5b2117380b67de5bb4502bf4053378ac3c9.zip |
Add mermaid (#721)
Co-authored-by: Adam Stankiewicz <sheerun@sher.pl>
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') |