summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2020-12-30 00:05:20 +0100
committerAdam Stankiewicz <sheerun@sher.pl>2020-12-30 00:05:20 +0100
commit2fcb15afa09c6c5b53a3f37404a28b57a3f43d83 (patch)
treeb0aee75df5fd2075a9a9e8c8ddf79bfd0b2ef726
parent1150adc4db99fc4f88f0a5ebebe2f9033784209c (diff)
downloadvim-polyglot-2fcb15afa09c6c5b53a3f37404a28b57a3f43d83.tar.gz
vim-polyglot-2fcb15afa09c6c5b53a3f37404a28b57a3f43d83.zip
Add terraform to list of packages, fixes #625
-rw-r--r--README.md1
-rwxr-xr-xscripts/build2
2 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1a1e0881..363d1c7a 100644
--- a/README.md
+++ b/README.md
@@ -179,6 +179,7 @@ On top of all language packs from [vim repository](https://github.com/vim/vim/tr
- [swift](https://github.com/keith/swift.vim) (Swift syntax highlighting for swift files)
- [sxhkd](https://github.com/baskerville/vim-sxhkdrc) (Syntax highlighting for sxhkdrc files)
- [systemd](https://github.com/wgwoods/vim-systemd-syntax) (Syntax highlighting for automount, dnssd, link, mount, netdev and 9 more files)
+- [terraform](https://github.com/hashivim/vim-terraform) (Syntax highlighting for tf and tfvars files)
- [textile](https://github.com/timcharper/textile.vim) (Textile syntax highlighting for textile files)
- [thrift](https://github.com/solarnz/thrift.vim) (Thrift syntax highlighting for thrift files)
- [tmux](https://github.com/ericpruitt/tmux.vim/tree/master/vim)
diff --git a/scripts/build b/scripts/build
index 758b3aff..496198f8 100755
--- a/scripts/build
+++ b/scripts/build
@@ -525,7 +525,7 @@ def extract(packages)
end
end
- if repo.include?("vim/vim")
+ if repo == "vim/vim"
next
end
if branch != "master" || path