Add jq syntax, closes #502

This commit is contained in:
Adam Stankiewicz
2020-08-18 23:25:22 +02:00
parent 7e38f4288a
commit f7302d9262
6 changed files with 148 additions and 1 deletions

5
ftplugin/jq.vim Normal file
View File

@@ -0,0 +1,5 @@
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'jq') == -1
setlocal commentstring=#%s
endif