mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-15 15:03:50 -05:00
Add jq syntax, closes #502
This commit is contained in:
5
ftplugin/jq.vim
Normal file
5
ftplugin/jq.vim
Normal file
@@ -0,0 +1,5 @@
|
||||
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'jq') == -1
|
||||
|
||||
setlocal commentstring=#%s
|
||||
|
||||
endif
|
||||
Reference in New Issue
Block a user