Problem: filetype: some Beancount files are not recognized
Solution: Detect *.bean files as beancount filetype
(Bruno Belanyi)
closes: #20037
Signed-off-by: Bruno Belanyi <bruno@belanyi.fr>
Signed-off-by: Christian Brabandt <cb@256bit.org>
# Vim functions for file type detection
#
# Maintainer: The Vim Project <https://github.com/vim/vim>
-# Last Change: 2026 Apr 20
+# Last Change: 2026 Apr 23
# Former Maintainer: Bram Moolenaar <Bram@vim.org>
# These functions are moved here from runtime/filetype.vim to make startup
# BDF font
"bdf": "bdf",
# Beancount
+ "bean": "beancount",
"beancount": "beancount",
# BibTeX bibliography database file
"bib": "bib",
bass: ['file.bass'],
bc: ['file.bc'],
bdf: ['file.bdf'],
- beancount: ['file.beancount'],
+ beancount: ['file.beancount', 'file.bean'],
bib: ['file.bib'],
bicep: ['file.bicep'],
bicep-params: ['file.bicepparam'],
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 390,
/**/
389,
/**/