dotfiles/vim/ftdetect/cloudformation.vim
Alicia Sykes afb55def37 V0.01
2021-01-31 20:45:12 +00:00

5 lines
166 B
VimL

augroup cfn
au BufRead,BufNewFile template.yml set filetype=yaml.cloudformation
au BufRead,BufNewFile *.template.yml set filetype=yaml.cloudformation
augroup END