summaryrefslogtreecommitdiff
path: root/doc/pt-br/config.md
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/pt-br/config.md
parent3853d4d8a9a2478c3afa4126a97bcbc65208a8cc (diff)
downloadlua-language-server-671c7089a1697ee8f6fc108a9568b0509e1aa933.zip
#1254 more non-standard symbols
Diffstat (limited to 'doc/pt-br/config.md')
-rw-r--r--doc/pt-br/config.md7
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>
* ``"-="``
* ``"*="``
* ``"/="``
+* ``"%="``
+* ``"^="``
+* ``"//="``
+* ``"|="``
+* ``"&="``
+* ``"<<="``
+* ``">>="``
* ``"||"``
* ``"&&"``
* ``"!"``