diff options
Diffstat (limited to 'syntax-highlighting/vim/ftdetect')
-rw-r--r-- | syntax-highlighting/vim/ftdetect/meson.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/syntax-highlighting/vim/ftdetect/meson.vim b/syntax-highlighting/vim/ftdetect/meson.vim new file mode 100644 index 0000000..84db70c --- /dev/null +++ b/syntax-highlighting/vim/ftdetect/meson.vim @@ -0,0 +1,2 @@ +au BufNewFile,BufRead meson.build set filetype=meson +au BufNewFile,BufRead meson_options.txt set filetype=meson |