Skip to content

Commit

Permalink
Add xq as matched executable in shebang
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Buick committed Dec 20, 2023
1 parent 1fea3fa commit b7e53e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion JQ.sublime-syntax
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ scope: source.jq

first_line_match: |-
(?xi:
^ \#! .* \b(jq|gojq|jaq|yq)\b # shebang
^ \#! .* \b(jq|gojq|jaq|yq|xq)\b # shebang
)
variables:
Expand Down

0 comments on commit b7e53e5

Please sign in to comment.