summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/en-us/config.md7
-rw-r--r--doc/pt-br/config.md7
-rw-r--r--doc/zh-cn/config.md7
-rw-r--r--doc/zh-tw/config.md7
4 files changed, 28 insertions, 0 deletions
diff --git a/doc/en-us/config.md b/doc/en-us/config.md
index 7317271d..6ab5a012 100644
--- a/doc/en-us/config.md
+++ b/doc/en-us/config.md
@@ -1216,6 +1216,13 @@ Array<string>
* ``"-="``
* ``"*="``
* ``"/="``
+* ``"%="``
+* ``"^="``
+* ``"//="``
+* ``"|="``
+* ``"&="``
+* ``"<<="``
+* ``">>="``
* ``"||"``
* ``"&&"``
* ``"!"``
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>
* ``"-="``
* ``"*="``
* ``"/="``
+* ``"%="``
+* ``"^="``
+* ``"//="``
+* ``"|="``
+* ``"&="``
+* ``"<<="``
+* ``">>="``
* ``"||"``
* ``"&&"``
* ``"!"``
diff --git a/doc/zh-cn/config.md b/doc/zh-cn/config.md
index cbf12bb1..d66bc17d 100644
--- a/doc/zh-cn/config.md
+++ b/doc/zh-cn/config.md
@@ -1215,6 +1215,13 @@ Array<string>
* ``"-="``
* ``"*="``
* ``"/="``
+* ``"%="``
+* ``"^="``
+* ``"//="``
+* ``"|="``
+* ``"&="``
+* ``"<<="``
+* ``">>="``
* ``"||"``
* ``"&&"``
* ``"!"``
diff --git a/doc/zh-tw/config.md b/doc/zh-tw/config.md
index 6d0325b9..bd2dc4fb 100644
--- a/doc/zh-tw/config.md
+++ b/doc/zh-tw/config.md
@@ -1215,6 +1215,13 @@ Array<string>
* ``"-="``
* ``"*="``
* ``"/="``
+* ``"%="``
+* ``"^="``
+* ``"//="``
+* ``"|="``
+* ``"&="``
+* ``"<<="``
+* ``">>="``
* ``"||"``
* ``"&&"``
* ``"!"``