summaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-11-23 22:34:23 +0000
committerBram Moolenaar <Bram@vim.org>2022-11-23 22:34:23 +0000
commitecfd511e8d802068434735dda00db6b783df6922 (patch)
tree5be34513256740389ce86e862dcede2565f9d8ed /runtime
parent36446bbb62b466ce873c872b266a29bebbfc9890 (diff)
downloadvim-git-ecfd511e8d802068434735dda00db6b783df6922.tar.gz
patch 9.0.0932: Oblivion files are not recognizedv9.0.0932
Problem: Oblivion files are not recognized. Solution: Recognize Oblivion files and alike as "obse". (closes #11540)
Diffstat (limited to 'runtime')
-rw-r--r--runtime/filetype.vim3
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/filetype.vim b/runtime/filetype.vim
index 57f4e2431..a990c8d40 100644
--- a/runtime/filetype.vim
+++ b/runtime/filetype.vim
@@ -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