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.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/jq_grammar.md b/docs/jq_grammar.md
index 5405e95..ceb0733 100644
--- a/docs/jq_grammar.md
+++ b/docs/jq_grammar.md
@@ -95,6 +95,7 @@ primary:
'true'
'false'
NUMBER
+ STRING
'.'
FIELD
```
@@ -208,7 +209,10 @@ term:
term '[' query ':' ']'
term '[' ':' query ']'
term '?'
- LITERAL
+ 'null'
+ 'true'
+ 'false'
+ NUMBER
STRING
FORMAT
'-' term