" Vim support file to detect file types
"
" Maintainer: The Vim Project <https://github.com/vim/vim>
-" Last Change: 2025 Jan 20
+" Last Change: 2025 Jan 21
" Former Maintainer: Bram Moolenaar <Bram@vim.org>
" Listen very carefully, I will say this only once
" NSIS
au BufNewFile,BufRead *.nsi,*.nsh setf nsis
+" N-Triples
+au BufNewFile,BufRead *.nt setf ntriples
+
" Nu
au BufNewFile,BufRead *.nu setf nu
" (patterns ending in a start further below)
au BufNewFile,BufRead .login,.cshrc,csh.cshrc,csh.login,csh.logout,*.csh,.alias call dist#ft#CSH()
+" TriG
+au BufNewFile,BufRead *.trig setf trig
+
" Zig and Zig Object Notation (ZON)
au BufNewFile,BufRead *.zig,*.zon setf zig
nqc: ['file.nqc'],
nroff: ['file.tr', 'file.nr', 'file.roff', 'file.tmac', 'file.mom', 'tmac.file'],
nsis: ['file.nsi', 'file.nsh'],
+ ntriples: ['file.nt'],
nu: ['file.nu'],
obj: ['file.obj'],
objdump: ['file.objdump', 'file.cppobjdump'],
tpp: ['file.tpp'],
trace32: ['file.cmm', 'file.t32'],
treetop: ['file.treetop'],
+ trig: ['file.trig'],
trustees: ['trustees.conf'],
tsalt: ['file.slt'],
tsscl: ['file.tsscl'],