Files
vim-polyglot/ftplugin/jq.vim
2020-08-18 23:25:22 +02:00

6 lines
111 B
VimL

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