Problem: filetype: hylo files are not recognized
Solution: Detect *.hylo files as hylo filetype (Ambrus Tóth)
References:
- https://hylo-lang.org/
closes: #18994
Signed-off-by: Ambrus Tóth <ping@ambrus.dev>
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 14
+# Last Change: 2025 Dec 22
# Former Maintainer: Bram Moolenaar <Bram@vim.org>
# These functions are moved here from runtime/filetype.vim to make startup
"tmpl": "template",
# Hurl
"hurl": "hurl",
+ # Hylo
+ "hylo": "hylo",
# Hyper Builder
"hb": "hb",
# Httest
http: ['file.http'],
hurl: ['file.hurl'],
hy: ['file.hy', '.hy-history'],
+ hylo: ['file.hylo'],
hyprlang: ['hyprlock.conf', 'hyprland.conf', 'hypridle.conf', 'hyprpaper.conf', '/hypr/foo.conf'],
i3config: ['/home/user/.i3/config', '/home/user/.config/i3/config', '/etc/i3/config', '/etc/xdg/i3/config'],
ibasic: ['file.iba', 'file.ibi'],
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 2008,
/**/
2007,
/**/