summaryrefslogtreecommitdiffstats
path: root/build.py
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2020-08-18 23:25:22 +0200
committerAdam Stankiewicz <sheerun@sher.pl>2020-08-18 23:25:22 +0200
commitf7302d92629d29eb970c3d5fbb2f76ae6d6cf50a (patch)
tree729ab08663a63c87f0740f4b6253e97b9c46a3c9 /build.py
parent7e38f4288a4f7199240d8a8fce87c8d0cc0198c3 (diff)
downloadvim-polyglot-f7302d92629d29eb970c3d5fbb2f76ae6d6cf50a.tar.gz
vim-polyglot-f7302d92629d29eb970c3d5fbb2f76ae6d6cf50a.zip
Add jq syntax, closes #502
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 74d76918..24243b00 100755
--- a/build.py
+++ b/build.py
@@ -256,6 +256,7 @@ language("Zir", extensions=[".zir"], polyglot="zig", filetype="zir")
language("Jsonnet")
language("Fennel", extensions=[".fnl"])
language("mcfunction")
+language("JSONiq", extra_filenames=[".jqrc"], filetype="jq", polyglot="jq")
lines.append('" restore Vi compatibility settings')
lines.append('let &cpo = s:cpo_save')