summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2019-03-04 09:52:59 +0100
committerAdam Stankiewicz <sheerun@sher.pl>2019-03-04 09:52:59 +0100
commitec5884b1d0e58dd4727530a4f7e8a30c21b713c1 (patch)
tree3a522dab0386be900fd008f43354e433b7ced111 /build
parent92f779dc7768d3963ec99d9cece7a17983e13d4c (diff)
downloadvim-polyglot-ec5884b1d0e58dd4727530a4f7e8a30c21b713c1.tar.gz
vim-polyglot-ec5884b1d0e58dd4727530a4f7e8a30c21b713c1.zip
Add jinja support, closes #269
Diffstat (limited to 'build')
-rwxr-xr-xbuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/build b/build
index 30836862..398a8e5e 100755
--- a/build
+++ b/build
@@ -63,7 +63,7 @@ extract() {
output "${subdirs##, })"$'\n'
- if (echo "julia coffee-script elixir fish git plantuml scala swift" | grep -qF "$name"); then
+ if (echo "julia coffee-script elixir fish git plantuml scala swift jinja" | grep -qF "$name"); then
echo "Skipping ftdetect installation of $name" >&2
continue
fi
@@ -199,6 +199,7 @@ PACKS="
jasmine:glanotte/vim-jasmine
javascript:pangloss/vim-javascript:_JAVASCRIPT
jenkins:martinda/Jenkinsfile-vim-syntax
+ jinja:lepture/vim-jinja
json5:GutenYe/json5.vim
json:elzr/vim-json
jst:briancollins/vim-jst