aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/jq_grammar.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/jq_grammar.md')
-rw-r--r--docs/jq_grammar.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/jq_grammar.md b/docs/jq_grammar.md
index f9850cf..697a062 100644
--- a/docs/jq_grammar.md
+++ b/docs/jq_grammar.md
@@ -88,6 +88,7 @@ term:
primary { suffix }*
suffix:
+ '[' ']'
'[' query ']' '?'?
'[' query ':' query ']' '?'?
'[' query ':' ']' '?'?