Unnamed repository; edit this file 'description' to name the repository.
1
2
3
4
5
6
7
((comment) @injection.content
 (#set! injection.language "comment"))

(command
  name: (word) @_command (#any-of? @_command "jq" "jaq")
  argument: [(double_quote_string) (single_quote_string)] @injection.content
  (#set! injection.language "jq"))