diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2019-03-04 10:29:18 +0100 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2019-03-04 10:29:18 +0100 |
commit | efa1a55dc7bee05e67da8830732bf9b70f3a3b19 (patch) | |
tree | ff8dab5cc47ef8b7c82ebeb30e2768d2a601f20e /build | |
parent | 63922a1d1ea22c58be758d188068f33491411c0c (diff) | |
download | vim-polyglot-efa1a55dc7bee05e67da8830732bf9b70f3a3b19.tar.gz vim-polyglot-efa1a55dc7bee05e67da8830732bf9b70f3a3b19.zip |
Add meson support
Diffstat (limited to 'build')
-rwxr-xr-x | build | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 <<EOF >> 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 |