diff options
author | Carl Smedstad <carl.smedstad@protonmail.com> | 2022-04-18 12:05:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-18 12:05:30 +0200 |
commit | 55eed00f71914e21c804cc0b8f271b04f4e11c2b (patch) | |
tree | 7e8074d31e23be0d6345ab1eb192b3b5af725409 /tests | |
parent | db3a87a50b559c070b721a40394faa681b8bc1d6 (diff) | |
download | vim-polyglot-55eed00f71914e21c804cc0b8f271b04f4e11c2b.tar.gz vim-polyglot-55eed00f71914e21c804cc0b8f271b04f4e11c2b.zip |
Add support for Microsoft's DSL Bicep (#776)
See: https://docs.microsoft.com/en-us/azure/azure-resource-manager/bicep/overview
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 |