diff --git a/doc/templates.rst b/doc/templates.rst index f87b036c2..b6857a5c9 100644 --- a/doc/templates.rst +++ b/doc/templates.rst @@ -557,7 +557,8 @@ even if you're not working with PHP you should feel comfortable with it. The operator precedence is as follows, with the lowest-precedence operators listed first: ``b-and``, ``b-xor``, ``b-or``, ``or``, ``and``, ``==``, ``!=``, ``<``, ``>``, ``>=``, ``<=``, ``in``, ``..``, ``+``, - ``-``, ``~``, ``*``, ``/``, ``//``, ``%``, ``is``, and ``**``. + ``-``, ``~``, ``*``, ``/``, ``//``, ``%``, ``is``, ``**``, ``|``, ``[]``, + and ``.``. Literals ~~~~~~~~