diff options
Diffstat (limited to 'packages.yaml')
-rw-r--r-- | packages.yaml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/packages.yaml b/packages.yaml index e0b3db52..7753cb24 100644 --- a/packages.yaml +++ b/packages.yaml @@ -686,6 +686,12 @@ filetypes: - name: gomod filenames: - go.mod +- name: gosum + filenames: + - go.sum +- name: gowork + filenames: + - go.work - name: gohtmltmpl extensions: - tmpl @@ -5546,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 |