aboutsummaryrefslogtreecommitdiff
path: root/runtime/filetype.vim
diff options
context:
space:
mode:
authorJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2021-05-08 12:54:31 -0400
committerGitHub <noreply@github.com>2021-05-08 12:54:31 -0400
commitf8173df4d7ecec239629921736340d3f4d1dcfd4 (patch)
tree530156b34c603f3ba19abc0ee5a52a17e1ab3e33 /runtime/filetype.vim
parentcd5fde6e6c3471479da831a220dec5a88e311e3e (diff)
parentec04d371882a55c370700dd73e1419cbc130c942 (diff)
downloadrneovim-f8173df4d7ecec239629921736340d3f4d1dcfd4.tar.gz
rneovim-f8173df4d7ecec239629921736340d3f4d1dcfd4.tar.bz2
rneovim-f8173df4d7ecec239629921736340d3f4d1dcfd4.zip
Merge pull request #14517 from janlazo/vim-8.2.2838
vim-patch:8.2.{2838,2839}
Diffstat (limited to 'runtime/filetype.vim')
-rw-r--r--runtime/filetype.vim1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/filetype.vim b/runtime/filetype.vim
index f0d2b36a84..474a447284 100644
--- a/runtime/filetype.vim
+++ b/runtime/filetype.vim
@@ -1015,6 +1015,7 @@ au BufNewFile,BufRead *.hgrc,*hgrc setf cfg
" Meson Build system config
au BufNewFile,BufRead meson.build,meson_options.txt setf meson
+au BufNewFile,BufRead *.wrap setf dosini
" Messages (logs mostly)
au BufNewFile,BufRead */log/{auth,cron,daemon,debug,kern,lpr,mail,messages,news/news,syslog,user}{,.log,.err,.info,.warn,.crit,.notice}{,.[0-9]*,-[0-9]*} setf messages