Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 695 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 695 Bytes

Syntax highlighting for jq script files

jq information:

Filetypes

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

Installation

I recommend a vim package manager:

Configurations

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