diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2022-04-18 12:08:03 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2022-04-18 12:08:03 +0200 |
commit | aae85fe8c2a5878aee89ff8025306f3142962b5f (patch) | |
tree | 0cd2cb4931c73ceccd5e11bf27f53ab55efd19bc /tests | |
parent | a4f98d2a9e9dfeb110d4a910ea177432fec88b81 (diff) | |
parent | 55eed00f71914e21c804cc0b8f271b04f4e11c2b (diff) | |
download | vim-polyglot-aae85fe8c2a5878aee89ff8025306f3142962b5f.tar.gz vim-polyglot-aae85fe8c2a5878aee89ff8025306f3142962b5f.zip |
Merge branch 'master' of https://github.com/sheerun/vim-polyglot
Diffstat (limited to 'tests')
-rw-r--r-- | tests/filetypes.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/filetypes.vim b/tests/filetypes.vim index 6f7c5f05..584008e0 100644 --- a/tests/filetypes.vim +++ b/tests/filetypes.vim @@ -646,6 +646,7 @@ call TestFiletype('nftables') call TestFiletype('openscad') call TestFiletype('mermaid') call TestFiletype('org') +call TestFiletype('bicep') " DO NOT EDIT CODE ABOVE, IT IS GENERATED WITH MAKEFILE |