blob: 15cd400d3457a3e9ef19f43df79d7cf07df6fe67 [file] [log] [blame]
Vito79952b92024-04-26 22:36:20 +02001" Vim compiler file
2" Language: jq
3" Maintainer: Vito <vito.blog@gmail.com>
4" Last Change: 2024 Apr 17
5" Upstream: https://github.com/vito-c/jq.vim
6
7if exists('b:did_ftplugin')
8 finish
9endif
10let b:did_ftplugin = 1
11
12let b:undo_ftplugin = 'setl commentstring<'
13
14setlocal commentstring=#%s
15compiler jq
16
17let &cpoptions = s:save_cpoptions
18unlet s:save_cpoptions