mirror of
https://github.com/ValveSoftware/halflife.git
synced 2025-02-21 11:01:14 +03:00
5 lines
216 B
VimL
5 lines
216 B
VimL
|
au BufNewFile,BufRead meson.build set filetype=meson
|
||
|
au BufNewFile,BufRead meson.options set filetype=meson
|
||
|
au BufNewFile,BufRead meson_options.txt set filetype=meson
|
||
|
au BufNewFile,BufRead *.wrap set filetype=dosini
|