Add .wrap file syntax detection for vim

wrap files are ini syntax, and vim has support for this via the `dosini`
syntax type

[skip ci]
pull/6463/head
Luke Drummond 4 years ago committed by Nirbheek Chauhan
parent 64432e9448
commit 4e41acb022
  1. 1
      data/syntax-highlighting/vim/ftdetect/meson.vim

@ -1,2 +1,3 @@
au BufNewFile,BufRead meson.build set filetype=meson
au BufNewFile,BufRead meson_options.txt set filetype=meson
au BufNewFile,BufRead *.wrap set filetype=dosini

Loading…
Cancel
Save