From ec5884b1d0e58dd4727530a4f7e8a30c21b713c1 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Mon, 4 Mar 2019 09:52:59 +0100 Subject: Add jinja support, closes #269 --- build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'build') 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 -- cgit v1.2.3