comparison runtime/filetype.vim @ 31196:48e44371a9ff v9.0.0932

patch 9.0.0932: Oblivion files are not recognized Commit: https://github.com/vim/vim/commit/ecfd511e8d802068434735dda00db6b783df6922 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Nov 23 22:34:23 2022 +0000 patch 9.0.0932: Oblivion files are not recognized Problem: Oblivion files are not recognized. Solution: Recognize Oblivion files and alike as "obse". (closes https://github.com/vim/vim/issues/11540)
author Bram Moolenaar <Bram@vim.org>
date Wed, 23 Nov 2022 23:45:03 +0100
parents 0795700291ae
children a7801222c9c5
comparison
equal deleted inserted replaced
31195:105382a2057d 31196:48e44371a9ff
1341 au BufNewFile,BufRead *.nse setf lua 1341 au BufNewFile,BufRead *.nse setf lua
1342 1342
1343 " NSIS 1343 " NSIS
1344 au BufNewFile,BufRead *.nsi,*.nsh setf nsis 1344 au BufNewFile,BufRead *.nsi,*.nsh setf nsis
1345 1345
1346 " Oblivion Language and Oblivion Script Extender
1347 au BufNewFile,BufRead *.obl,*.obse,*.oblivion,*.obscript setf obse
1348
1346 " OCaml 1349 " OCaml
1347 au BufNewFile,BufRead *.ml,*.mli,*.mll,*.mly,.ocamlinit,*.mlt,*.mlp,*.mlip,*.mli.cppo,*.ml.cppo setf ocaml 1350 au BufNewFile,BufRead *.ml,*.mli,*.mll,*.mly,.ocamlinit,*.mlt,*.mlp,*.mlip,*.mli.cppo,*.ml.cppo setf ocaml
1348 1351
1349 " Occam 1352 " Occam
1350 au BufNewFile,BufRead *.occ setf occam 1353 au BufNewFile,BufRead *.occ setf occam