# Vim functions for file type detection
#
# Maintainer: The Vim Project <https://github.com/vim/vim>
-# Last Change: 2026 Feb 19
+# Last Change: 2026 Feb 24
# Former Maintainer: Bram Moolenaar <Bram@vim.org>
# These functions are moved here from runtime/filetype.vim to make startup
# N1QL
"n1ql": "n1ql",
"nql": "n1ql",
+ # Neon
+ "neon": "neon",
# NetLinx
"axs": "netlinx",
"axi": "netlinx",
ncf: ['file.ncf'],
neomuttlog: ['/home/user/.neomuttdebug1'],
neomuttrc: ['Neomuttrc', '.neomuttrc', '.neomuttrc-file', '/.neomutt/neomuttrc', '/.neomutt/neomuttrc-file', 'Neomuttrc', 'Neomuttrc-file', 'any/.neomutt/neomuttrc', 'any/.neomutt/neomuttrc-file', 'neomuttrc', 'neomuttrc-file' ],
+ neon: ['file.neon'],
netlinx: ['file.axs', 'file.axi'],
netrc: ['.netrc'],
nginx: ['file.nginx', 'nginxfile.conf', 'filenginx.conf', 'any/etc/nginx/file', 'any/usr/local/nginx/conf/file', 'any/nginx/file.conf'],