aboutsummaryrefslogtreecommitdiffstats
path: root/ftdetect/beancount.vim
blob: a808164844a82c45619095046997d11c424c9afa (plain) (blame)
1
2
3
4
augroup beancount
  au!
  au BufNewFile,BufRead *.bean,*.beancount setf beancount
augroup END