[ADD][VIM] *.am filetype detection

This commit is contained in:
Bruno BELANYI 2020-10-14 16:39:37 +02:00
parent d1054845c8
commit 14679d3e81
1 changed files with 2 additions and 0 deletions

View 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