# Vim functions for file type detection
#
# Maintainer: The Vim Project <https://github.com/vim/vim>
-# Last Change: 2025 Dec 27
+# Last Change: 2025 Dec 31
# Former Maintainer: Bram Moolenaar <Bram@vim.org>
# These functions are moved here from runtime/filetype.vim to make startup
"elv": "elvish",
# Faust
"lib": "faust",
+ # Fennel
+ "fnl": "fennel",
+ "fnml": "fennel",
# Libreoffice config files
"xcu": "xml",
"xlb": "xml",
" Vim support file to detect file types
"
" Maintainer: The Vim Project <https://github.com/vim/vim>
-" Last Change: 2025 Nov 11
+" Last Change: 2025 Dec 31
" Former Maintainer: Bram Moolenaar <Bram@vim.org>
" If the filetype can be detected from extension or file name(the final path component),
au BufNewFile,BufRead *esmtprc setf esmtprc
" Fennel
-au BufNewFile,BufRead *.fnl,{,.}fennelrc setf fennel
+au BufNewFile,BufRead {,.}fennelrc setf fennel
" Flatpak config
au BufNewFile,BufRead */flatpak/repo/config setf dosini
falcon: ['file.fal'],
fan: ['file.fan', 'file.fwt'],
faust: ['file.dsp', 'file.lib'],
- fennel: ['file.fnl', '.fennelrc', 'fennelrc'],
+ fennel: ['file.fnl', '.fennelrc', 'fennelrc', 'file.fnml'],
fetchmail: ['.fetchmailrc'],
fga: ['file.fga'],
fgl: ['file.4gl', 'file.4gh', 'file.m4gl'],
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 2034,
/**/
2033,
/**/