aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2022-11-25 16:17:30 +0800
committerGitHub <noreply@github.com>2022-11-25 09:17:30 +0100
commit7875e1377c24699a3773609996c4e21320a09f31 (patch)
tree3666a1ce8d0cf0b5be2fafc4d1b10f33f16d1142 /runtime/lua
parent5ca1f48b4021e25d97bc0a29644310be4db5f70d (diff)
downloadrneovim-7875e1377c24699a3773609996c4e21320a09f31.tar.gz
rneovim-7875e1377c24699a3773609996c4e21320a09f31.tar.bz2
rneovim-7875e1377c24699a3773609996c4e21320a09f31.zip
vim-patch:9.0.0932: Oblivion files are not recognized (#21179)
Problem: Oblivion files are not recognized. Solution: Recognize Oblivion files and alike as "obse". (closes vim/vim#11540) https://github.com/vim/vim/commit/ecfd511e8d802068434735dda00db6b783df6922 Co-authored-by: Bram Moolenaar <Bram@vim.org>
Diffstat (limited to 'runtime/lua')
-rw-r--r--runtime/lua/vim/filetype.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/runtime/lua/vim/filetype.lua b/runtime/lua/vim/filetype.lua
index ced5bb97a9..5e086c8abf 100644
--- a/runtime/lua/vim/filetype.lua
+++ b/runtime/lua/vim/filetype.lua
@@ -729,6 +729,10 @@ local extension = {
nsi = 'nsis',
nsh = 'nsis',
obj = 'obj',
+ obl = 'obse',
+ obse = 'obse',
+ oblivion = 'obse',
+ obscript = 'obse',
mlt = 'ocaml',
mly = 'ocaml',
mll = 'ocaml',