From abbf2f4fabd4fbb1d31aeafa18334bb1a4dceab7 Mon Sep 17 00:00:00 2001 From: Arseny Maslennikov Date: Thu, 20 Jul 2017 15:55:22 +0300 Subject: Move shell completions and text editor helpers to data/ --- data/syntax-highlighting/vim/ftdetect/meson.vim | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 data/syntax-highlighting/vim/ftdetect/meson.vim (limited to 'data/syntax-highlighting/vim/ftdetect') diff --git a/data/syntax-highlighting/vim/ftdetect/meson.vim b/data/syntax-highlighting/vim/ftdetect/meson.vim new file mode 100644 index 000000000..84db70c05 --- /dev/null +++ b/data/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 -- cgit v1.2.3