summaryrefslogtreecommitdiffstats
path: root/packages.yaml
diff options
context:
space:
mode:
authorCarl Smedstad <carl.smedstad@protonmail.com>2022-04-18 12:05:30 +0200
committerGitHub <noreply@github.com>2022-04-18 12:05:30 +0200
commit55eed00f71914e21c804cc0b8f271b04f4e11c2b (patch)
tree7e8074d31e23be0d6345ab1eb192b3b5af725409 /packages.yaml
parentdb3a87a50b559c070b721a40394faa681b8bc1d6 (diff)
downloadvim-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 'packages.yaml')
-rw-r--r--packages.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/packages.yaml b/packages.yaml
index 05eee759..7753cb24 100644
--- a/packages.yaml
+++ b/packages.yaml
@@ -5552,3 +5552,11 @@ name: zinit
remote: zdharma-continuum/zinit-vim-syntax@main
# just adds to zsh filetype
filetypes: []
+---
+name: bicep
+remote: carlsmedstad/vim-bicep
+filetypes:
+- name: bicep
+ patterns:
+ - pattern: '*.bicep'
+ description: Microsoft Bicep