@@ -320,6 +320,7 @@ let s:filename_checks = {
320320 \ ' latte' : [' file.latte' , ' file.lte' ],
321321 \ ' ld' : [' file.ld' ],
322322 \ ' ldif' : [' file.ldif' ],
323+ \ ' lean' : [' file.lean' ],
323324 \ ' ledger' : [' file.ldg' , ' file.ledger' , ' file.journal' ],
324325 \ ' less' : [' file.less' ],
325326 \ ' lex' : [' file.lex' , ' file.l' , ' file.lxx' , ' file.l++' ],
@@ -411,6 +412,7 @@ let s:filename_checks = {
411412 \ ' nqc' : [' file.nqc' ],
412413 \ ' nroff' : [' file.tr' , ' file.nr' , ' file.roff' , ' file.tmac' , ' file.mom' , ' tmac.file' ],
413414 \ ' nsis' : [' file.nsi' , ' file.nsh' ],
415+ \ ' nu' : [' env.nu' , ' config.nu' ],
414416 \ ' obj' : [' file.obj' ],
415417 \ ' obse' : [' file.obl' , ' file.obse' , ' file.oblivion' , ' file.obscript' ],
416418 \ ' ocaml' : [' file.ml' , ' file.mli' , ' file.mll' , ' file.mly' , ' .ocamlinit' , ' file.mlt' , ' file.mlp' , ' file.mlip' , ' file.mli.cppo' , ' file.ml.cppo' ],
@@ -538,6 +540,7 @@ let s:filename_checks = {
538540 \ ' skill' : [' file.il' , ' file.ils' , ' file.cdf' ],
539541 \ ' cdc' : [' file.cdc' ],
540542 \ ' slang' : [' file.sl' ],
543+ \ ' sage' : [' file.sage' ],
541544 \ ' slice' : [' file.ice' ],
542545 \ ' slpconf' : [' /etc/slp.conf' , ' any/etc/slp.conf' ],
543546 \ ' slpreg' : [' /etc/slp.reg' , ' any/etc/slp.reg' ],
@@ -654,12 +657,14 @@ let s:filename_checks = {
654657 \ ' vrml' : [' file.wrl' ],
655658 \ ' vroom' : [' file.vroom' ],
656659 \ ' vue' : [' file.vue' ],
657- \ ' wast' : [' file.wast' , ' file.wat' ],
660+ \ ' wat' : [' file.wat' ],
661+ \ ' wast' : [' file.wast' ],
658662 \ ' wdl' : [' file.wdl' ],
659663 \ ' webmacro' : [' file.wm' ],
660664 \ ' wget' : [' .wgetrc' , ' wgetrc' ],
661665 \ ' wget2' : [' .wget2rc' , ' wget2rc' ],
662666 \ ' winbatch' : [' file.wbt' ],
667+ \ ' wit' : [' file.wit' ],
663668 \ ' wml' : [' file.wml' ],
664669 \ ' wsh' : [' file.wsf' , ' file.wsc' ],
665670 \ ' wsml' : [' file.wsml' ],
0 commit comments