comparison runtime/filetype.vim @ 32180:79ab211a3676 v9.0.1421

patch 9.0.1421: Nu files are not recognized Commit: https://github.com/vim/vim/commit/8aa2a37f8983a7863afa32d9ffbe64b2f2bc70be Author: Amaan Qureshi <amaanq12@gmail.com> Date: Tue Mar 21 21:28:06 2023 +0000 patch 9.0.1421: Nu files are not recognized Problem: Nu files are not recognized. Solution: Add a pattern for Nu files. (Amaan Qureshi, closes https://github.com/vim/vim/issues/12172)
author Bram Moolenaar <Bram@vim.org>
date Tue, 21 Mar 2023 22:30:04 +0100
parents 50f887578908
children d53f7be86b38
comparison
equal deleted inserted replaced
32179:abedc3302d6f 32180:79ab211a3676
1397 au BufNewFile,BufRead *.nse setf lua 1397 au BufNewFile,BufRead *.nse setf lua
1398 1398
1399 " NSIS 1399 " NSIS
1400 au BufNewFile,BufRead *.nsi,*.nsh setf nsis 1400 au BufNewFile,BufRead *.nsi,*.nsh setf nsis
1401 1401
1402 " Nu
1403 au BufNewFile,BufRead {env,config}.nu setf nu
1404
1402 " Oblivion Language and Oblivion Script Extender 1405 " Oblivion Language and Oblivion Script Extender
1403 au BufNewFile,BufRead *.obl,*.obse,*.oblivion,*.obscript setf obse 1406 au BufNewFile,BufRead *.obl,*.obse,*.oblivion,*.obscript setf obse
1404 1407
1405 " OCaml 1408 " OCaml
1406 au BufNewFile,BufRead *.ml,*.mli,*.mll,*.mly,.ocamlinit,*.mlt,*.mlp,*.mlip,*.mli.cppo,*.ml.cppo setf ocaml 1409 au BufNewFile,BufRead *.ml,*.mli,*.mll,*.mly,.ocamlinit,*.mlt,*.mlp,*.mlip,*.mli.cppo,*.ml.cppo setf ocaml