summaryrefslogtreecommitdiffstats
path: root/build
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
parent7e38f4288a4f7199240d8a8fce87c8d0cc0198c3 (diff)
downloadvim-polyglot-f7302d92629d29eb970c3d5fbb2f76ae6d6cf50a.tar.gz
vim-polyglot-f7302d92629d29eb970c3d5fbb2f76ae6d6cf50a.zip
Add jq syntax, closes #502
Diffstat (limited to '')
-rwxr-xr-xbuild1
-rwxr-xr-xbuild.py1
2 files changed, 2 insertions, 0 deletions
diff --git a/build b/build
index 78e60218..5a640f38 100755
--- a/build
+++ b/build
@@ -200,6 +200,7 @@ PACKS="
javascript:pangloss/vim-javascript:_JAVASCRIPT
jenkins:martinda/Jenkinsfile-vim-syntax
jinja:lepture/vim-jinja
+ jq:vito-c/jq.vim
json5:GutenYe/json5.vim
json:elzr/vim-json
jsonnet:google/vim-jsonnet
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')