Skip to content
/ jq.vim Public
forked from vito-c/jq.vim

Syntax highlighting for jq files in vim/neovim

Notifications You must be signed in to change notification settings

itchyny/jq.vim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Syntax highlighting for jq files in vim/neovim

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JSONiq 78.9%
  • Vim Script 21.1%