diff options
Diffstat (limited to 'doc/pt-br/config.md')
-rw-r--r-- | doc/pt-br/config.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/pt-br/config.md b/doc/pt-br/config.md index 9cbefc2b..dfe69559 100644 --- a/doc/pt-br/config.md +++ b/doc/pt-br/config.md @@ -1216,6 +1216,13 @@ Array<string> * ``"-="`` * ``"*="`` * ``"/="`` +* ``"%="`` +* ``"^="`` +* ``"//="`` +* ``"|="`` +* ``"&="`` +* ``"<<="`` +* ``">>="`` * ``"||"`` * ``"&&"`` * ``"!"`` |