[ADD][VIM] *.am filetype detection
This commit is contained in:
parent
d1054845c8
commit
14679d3e81
2
vim/.vim/ftdetect/automake.vim
Normal file
2
vim/.vim/ftdetect/automake.vim
Normal file
|
@ -0,0 +1,2 @@
|
|||
" Use Automake filetype for `local.am` files, explicit `set` to force override
|
||||
au BufNewFile,BufRead local.am set filetype=automake
|
Loading…
Reference in a new issue