aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorBrian Ryall <115141+polarmutex@users.noreply.github.com>2021-02-17 18:20:07 -0500
committerGitHub <noreply@github.com>2021-02-18 00:20:07 +0100
commit64b7d7ae78fe0d6a81f889db66510fd1d9810b03 (patch)
tree004befcaadb541d8d5da415cba8a00c1a727d4c3 /runtime
parent2dd383c943ea31abf30ec1e39fbeb5f5971131aa (diff)
downloadrneovim-64b7d7ae78fe0d6a81f889db66510fd1d9810b03.tar.gz
rneovim-64b7d7ae78fe0d6a81f889db66510fd1d9810b03.tar.bz2
rneovim-64b7d7ae78fe0d6a81f889db66510fd1d9810b03.zip
vim-patch:8.2.2522: Beancount filetype not recognized (#13960)
Problem: Beancount filetype not recognized. Solution: Add a detection rule. (Brian Ryall, closes vim/vim#7859) https://github.com/vim/vim/commit/9bbd883b3528b37dcacad22ad58861105a9ae428
Diffstat (limited to 'runtime')
-rw-r--r--runtime/filetype.vim3
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/filetype.vim b/runtime/filetype.vim
index 53fd66c4df..9e70ef344d 100644
--- a/runtime/filetype.vim
+++ b/runtime/filetype.vim
@@ -212,6 +212,9 @@ au BufNewFile,BufRead *.bc setf bc
" BDF font
au BufNewFile,BufRead *.bdf setf bdf
+" Beancount
+au BufNewFile,BufRead *.beancount setf beancount
+
" BibTeX bibliography database file
au BufNewFile,BufRead *.bib setf bib