dotfiles/vim/ftdetect/cloudformation.vim

5 lines
166 B
VimL
Raw Normal View History

2021-01-31 21:45:12 +01:00
augroup cfn
au BufRead,BufNewFile template.yml set filetype=yaml.cloudformation
au BufRead,BufNewFile *.template.yml set filetype=yaml.cloudformation
augroup END