forked from aniani/vim
patch 9.0.0932: Oblivion files are not recognized
Problem: Oblivion files are not recognized. Solution: Recognize Oblivion files and alike as "obse". (closes #11540)
This commit is contained in:
@@ -1343,6 +1343,9 @@ au BufNewFile,BufRead *.nse setf lua
|
||||
" NSIS
|
||||
au BufNewFile,BufRead *.nsi,*.nsh setf nsis
|
||||
|
||||
" Oblivion Language and Oblivion Script Extender
|
||||
au BufNewFile,BufRead *.obl,*.obse,*.oblivion,*.obscript setf obse
|
||||
|
||||
" OCaml
|
||||
au BufNewFile,BufRead *.ml,*.mli,*.mll,*.mly,.ocamlinit,*.mlt,*.mlp,*.mlip,*.mli.cppo,*.ml.cppo setf ocaml
|
||||
|
||||
|
||||
Reference in New Issue
Block a user