diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2019-03-04 09:52:59 +0100 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2019-03-04 09:52:59 +0100 |
commit | ec5884b1d0e58dd4727530a4f7e8a30c21b713c1 (patch) | |
tree | 3a522dab0386be900fd008f43354e433b7ced111 /build | |
parent | 92f779dc7768d3963ec99d9cece7a17983e13d4c (diff) | |
download | vim-polyglot-ec5884b1d0e58dd4727530a4f7e8a30c21b713c1.tar.gz vim-polyglot-ec5884b1d0e58dd4727530a4f7e8a30c21b713c1.zip |
Add jinja support, closes #269
Diffstat (limited to 'build')
-rwxr-xr-x | build | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |