Problem: filetype: fluent files are not recognized
Solution: Detect *.ftl files as fluent filetype (ners)
References:
- https://projectfluent.org/
closes: #19011
Signed-off-by: ners <ners@gmx.ch>
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: 2025 Dec 22
+# Last Change: 2025 Dec 26
# Former Maintainer: Bram Moolenaar <Bram@vim.org>
# These functions are moved here from runtime/filetype.vim to make startup
"fish": "fish",
# Flix
"flix": "flix",
+ # Fluent
+ "ftl": "fluent",
# Focus Executable
"fex": "focexec",
"focexec": "focexec",
firrtl: ['file.fir'],
fish: ['file.fish'],
flix: ['file.flix'],
+ fluent: ['file.ftl'],
focexec: ['file.fex', 'file.focexec'],
form: ['file.frm'],
forth: ['file.ft', 'file.fth', 'file.4th'],
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 2021,
/**/
2020,
/**/