diff --git a/vim/.vimrc b/vim/.vimrc index 415899f..e0281ea 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -350,6 +350,7 @@ au bufnewfile,bufRead $SNIPPETS/python/* set ft=python au bufnewfile,bufRead $SNIPPETS/perl/* set ft=perl au bufnewfile,bufRead user-data set ft=yaml au bufnewfile,bufRead meta-data set ft=yaml +au bufnewfile,bufRead .goreleaser set ft=yaml au bufnewfile,bufRead *.ddl set ft=sql au bufnewfile,bufRead keg set ft=yaml au bufnewfile,bufRead *.bash* set ft=bash