summaryrefslogtreecommitdiffstats
path: root/ftplugin
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 /ftplugin
parent7e38f4288a4f7199240d8a8fce87c8d0cc0198c3 (diff)
downloadvim-polyglot-f7302d92629d29eb970c3d5fbb2f76ae6d6cf50a.tar.gz
vim-polyglot-f7302d92629d29eb970c3d5fbb2f76ae6d6cf50a.zip
Add jq syntax, closes #502
Diffstat (limited to 'ftplugin')
-rw-r--r--ftplugin/jq.vim5
1 files changed, 5 insertions, 0 deletions
diff --git a/ftplugin/jq.vim b/ftplugin/jq.vim
new file mode 100644
index 00000000..0e7a3a54
--- /dev/null
+++ b/ftplugin/jq.vim
@@ -0,0 +1,5 @@
+if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'jq') == -1
+
+setlocal commentstring=#%s
+
+endif