summaryrefslogtreecommitdiffstats
path: root/build.py
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2020-08-18 23:09:35 +0200
committerAdam Stankiewicz <sheerun@sher.pl>2020-08-18 23:09:35 +0200
commite521ba3ae205b2c79df9030a3db767405caf0457 (patch)
tree931693221fcf94669bfa1f69ac4fe65eb48b4a20 /build.py
parentee4f51587d8e306b2d9a4b0067c572a447b34b60 (diff)
downloadvim-polyglot-e521ba3ae205b2c79df9030a3db767405caf0457.tar.gz
vim-polyglot-e521ba3ae205b2c79df9030a3db767405caf0457.zip
Add fennel support, closes #514
Diffstat (limited to 'build.py')
-rwxr-xr-xbuild.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.py b/build.py
index f1dcc33d..0f1a3ebb 100755
--- a/build.py
+++ b/build.py
@@ -254,6 +254,7 @@ language("XDC", extensions=[".xdc"])
language("Zig", extra_extensions=[".zir"])
language("Zir", extensions=[".zir"], polyglot="zig", filetype="zir")
language("Jsonnet")
+language("Fennel", extensions=[".fnl"])
lines.append('" restore Vi compatibility settings')
lines.append('let &cpo = s:cpo_save')