mirror of
https://github.com/Lissy93/dotfiles.git
synced 2025-02-04 01:29:12 +01:00
5 lines
166 B
VimL
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
|