forked from aniani/vim
patch 9.0.1584: not all meson files are recognized
Problem: Not all meson files are recognized. Solution: Add "meson.options". (Liam Beguin, closes #12444)
This commit is contained in:
@@ -1270,7 +1270,7 @@ au BufNewFile,BufRead *.hgrc,*hgrc setf cfg
|
||||
au BufNewFile,BufRead *.mmd,*.mmdc,*.mermaid setf mermaid
|
||||
|
||||
" Meson Build system config
|
||||
au BufNewFile,BufRead meson.build,meson_options.txt setf meson
|
||||
au BufNewFile,BufRead meson.build,meson.options,meson_options.txt setf meson
|
||||
au BufNewFile,BufRead *.wrap setf dosini
|
||||
|
||||
" Messages (logs mostly)
|
||||
|
||||
Reference in New Issue
Block a user