blob: 88958e80ddff22c098f19b451ac93942033f63e3 [file] [log] [blame]
Vito79952b92024-04-26 22:36:20 +02001" Vim compiler file
2" Language: jq
3" Maintainer: Vito <vito.blog@gmail.com>
GodFatherdc5c9052024-04-29 20:16:29 +02004" Last Change: 2024 Apr 29
Vito79952b92024-04-26 22:36:20 +02005" Upstream: https://github.com/vito-c/jq.vim
6
7if exists('b:did_ftplugin')
8 finish
9endif
10let b:did_ftplugin = 1
11
GodFatherdc5c9052024-04-29 20:16:29 +020012setlocal include=^\\s*\\%(import\\\|include\\)
Vito79952b92024-04-26 22:36:20 +020013setlocal commentstring=#%s
14compiler jq
15
GodFatherdc5c9052024-04-29 20:16:29 +020016let b:undo_ftplugin = 'setl commentstring< include<'