aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/jq_grammar.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/jq_grammar.md b/docs/jq_grammar.md
index d636756..f9850cf 100644
--- a/docs/jq_grammar.md
+++ b/docs/jq_grammar.md
@@ -89,6 +89,9 @@ term:
suffix:
'[' query ']' '?'?
+ '[' query ':' query ']' '?'?
+ '[' query ':' ']' '?'?
+ '[' ':' query ']' '?'?
primary:
'null'