From efa1a55dc7bee05e67da8830732bf9b70f3a3b19 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Mon, 4 Mar 2019 10:29:18 +0100 Subject: Add meson support --- build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'build') diff --git a/build b/build index 77f97eb3..1ba3dbf8 100755 --- a/build +++ b/build @@ -68,7 +68,7 @@ extract() { continue fi - [ -d "${dir}/ftdetect" ] && for f in "${dir}/ftdetect/"*; do + [ -d "${dir}${subtree:-/}ftdetect" ] && for f in "${dir}${subtree:-/}ftdetect/"*; do cat <> tmp/polyglot.vim if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, '${pack%%:*}') == -1 augroup filetypedetect @@ -215,6 +215,7 @@ PACKS=" mako:sophacles/vim-bundle-mako markdown:plasticboy/vim-markdown:_SYNTAX mathematica:rsmenon/vim-mathematica + meson:mesonbuild/meson:_ALL:/data/syntax-highlighting/vim/ moonscript:leafo/moonscript-vim nginx:chr4/nginx.vim nim:zah/nim.vim:_BASIC -- cgit v1.2.3