From 55eed00f71914e21c804cc0b8f271b04f4e11c2b Mon Sep 17 00:00:00 2001 From: Carl Smedstad Date: Mon, 18 Apr 2022 12:05:30 +0200 Subject: Add support for Microsoft's DSL Bicep (#776) See: https://docs.microsoft.com/en-us/azure/azure-resource-manager/bicep/overview --- tests/filetypes.vim | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') 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 -- cgit v1.2.3