[ADD][VIM] *.am filetype detection
This commit is contained in:
parent
d1054845c8
commit
14679d3e81
1 changed files with 2 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue