README.md

November 17, 2024 ยท View on GitHub

Syntax highlighting for jq script files

jq information:

  • jq Manual
  • jq github

Filetypes

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

Installation

I recommend a vim package manager:

  • vim-plug:
  • pathogen.vim:
  • neobundle

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

Contents

  1. 1Syntax highlighting for jq script files
  2. 1.1jq information:
  3. 1.2Filetypes
  4. 1.3Installation
  5. 1.4Configurations