# Vim functions for file type detection
#
# Maintainer: The Vim Project <https://github.com/vim/vim>
-# Last Change: 2026 Jan 20
+# Last Change: 2026 Jan 25
# Former Maintainer: Bram Moolenaar <Bram@vim.org>
# These functions are moved here from runtime/filetype.vim to make startup
# N1QL
"n1ql": "n1ql",
"nql": "n1ql",
+ # NetLinx
+ "axs": "netlinx",
+ "axi": "netlinx",
# Nickel
"ncl": "nickel",
# Nim file
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' ],
+ 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'],
nickel: ['file.ncl'],