diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-07-05 17:56:43 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-07-05 17:56:43 +0800 |
commit | 671c7089a1697ee8f6fc108a9568b0509e1aa933 (patch) | |
tree | 809901984a607c12d2f023011d53ab54d9845f51 /doc/pt-br/config.md | |
parent | 3853d4d8a9a2478c3afa4126a97bcbc65208a8cc (diff) | |
download | lua-language-server-671c7089a1697ee8f6fc108a9568b0509e1aa933.zip |
#1254 more non-standard symbols
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> * ``"-="`` * ``"*="`` * ``"/="`` +* ``"%="`` +* ``"^="`` +* ``"//="`` +* ``"|="`` +* ``"&="`` +* ``"<<="`` +* ``">>="`` * ``"||"`` * ``"&&"`` * ``"!"`` |