diff --git a/docs/content/policy-reference.md b/docs/content/policy-reference.md index 4f61f3743e..5bdbd968c8 100644 --- a/docs/content/policy-reference.md +++ b/docs/content/policy-reference.md @@ -1316,10 +1316,16 @@ names, or dot-access style reference arguments: ``` as +contains +data default else +every false +if +in import +input package not null @@ -1381,7 +1387,7 @@ non-empty-set = "{" term { "," term } "}" empty-set = "set(" ")" ``` -Note that the grammar corresponds to Rego with all future keywords enabled. +Note that the grammar corresponds to Rego with `rego.v1` enabled. The grammar defined above makes use of the following syntax. See [the Wikipedia page on EBNF](https://en.wikipedia.org/wiki/Extended_Backus–Naur_Form) for more details: