summaryrefslogtreecommitdiffstats
path: root/build.py
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2020-08-18 23:22:09 +0200
committerAdam Stankiewicz <sheerun@sher.pl>2020-08-18 23:22:09 +0200
commit7e38f4288a4f7199240d8a8fce87c8d0cc0198c3 (patch)
tree021cd6f6c9e609997332a176e5017597b62ed2d8 /build.py
parente521ba3ae205b2c79df9030a3db767405caf0457 (diff)
downloadvim-polyglot-7e38f4288a4f7199240d8a8fce87c8d0cc0198c3.tar.gz
vim-polyglot-7e38f4288a4f7199240d8a8fce87c8d0cc0198c3.zip
Add improved sql syntax, closes #505
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 0f1a3ebb..74d76918 100755
--- a/build.py
+++ b/build.py
@@ -255,6 +255,7 @@ language("Zig", extra_extensions=[".zir"])
language("Zir", extensions=[".zir"], polyglot="zig", filetype="zir")
language("Jsonnet")
language("Fennel", extensions=[".fnl"])
+language("mcfunction")
lines.append('" restore Vi compatibility settings')
lines.append('let &cpo = s:cpo_save')