mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-08 11:33:52 -05:00
Add support for Microsoft's DSL Bicep (#776)
See: https://docs.microsoft.com/en-us/azure/azure-resource-manager/bicep/overview
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user