summaryrefslogtreecommitdiff
path: root/doc/zh-tw
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2022-07-05 17:56:43 +0800
committer最萌小汐 <sumneko@hotmail.com>2022-07-05 17:56:43 +0800
commit671c7089a1697ee8f6fc108a9568b0509e1aa933 (patch)
tree809901984a607c12d2f023011d53ab54d9845f51 /doc/zh-tw
parent3853d4d8a9a2478c3afa4126a97bcbc65208a8cc (diff)
downloadlua-language-server-671c7089a1697ee8f6fc108a9568b0509e1aa933.zip
#1254 more non-standard symbols
Diffstat (limited to 'doc/zh-tw')
-rw-r--r--doc/zh-tw/config.md7
1 files changed, 7 insertions, 0 deletions
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>
* ``"-="``
* ``"*="``
* ``"/="``
+* ``"%="``
+* ``"^="``
+* ``"//="``
+* ``"|="``
+* ``"&="``
+* ``"<<="``
+* ``">>="``
* ``"||"``
* ``"&&"``
* ``"!"``