Skip to content
Syntax highlighting for jq files in vim/neovim
Branch: master
Clone or download
Latest commit 5baf8ed Jan 28, 2019
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
ftdetect initial commit syntax highlighting working Dec 1, 2015
ftplugin Set 'commentstring' May 16, 2018
syntax Disallow single quoted string Dec 1, 2015
tests adding test files Dec 1, 2015
.gitignore updating ignore Dec 1, 2015
README.md differnt -> different Jun 6, 2017

README.md

Syntax highlighting for jq script files

jq information:

Filetypes

  • *.jq
  • jqrc
  • .jqrc
  • #!/usr/local/bin/jq

Installation

I recommend a vim package manager:

Confugrations

To disable number highlighting add hi link jqNumber Normal to your vimrc If you want quotes to have different highlighting than strings add set jq_quote_highlight to your vimrc

This source code is licensed under the MIT license

You can’t perform that action at this time.