summaryrefslogtreecommitdiffstats
path: root/build.py
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2020-08-18 23:06:10 +0200
committerAdam Stankiewicz <sheerun@sher.pl>2020-08-18 23:06:10 +0200
commitee4f51587d8e306b2d9a4b0067c572a447b34b60 (patch)
treea352c55d86222dc3c84a0c04c81065d36603da5a /build.py
parent20a388cbc83cda89ee045c06c63f17fb9d4c9b39 (diff)
downloadvim-polyglot-ee4f51587d8e306b2d9a4b0067c572a447b34b60.tar.gz
vim-polyglot-ee4f51587d8e306b2d9a4b0067c572a447b34b60.zip
Add ftdetect for jsonnet
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 b6579808..f1dcc33d 100755
--- a/build.py
+++ b/build.py
@@ -253,6 +253,7 @@ language("Vue", extra_extensions=[".wpy"])
language("XDC", extensions=[".xdc"])
language("Zig", extra_extensions=[".zir"])
language("Zir", extensions=[".zir"], polyglot="zig", filetype="zir")
+language("Jsonnet")
lines.append('" restore Vi compatibility settings')
lines.append('let &cpo = s:cpo_save')