diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-06-09 17:25:27 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-06-09 17:25:27 +0800 |
commit | f8f9b68d3e89e602bcfe80fa18b2f5cb0846e846 (patch) | |
tree | a681b2dbb507a09bf5fa13b65600b9db6e263a9d /doc/pt-br/config.md | |
parent | afb4f838f65d22443ccf30089b2f898fc9c55430 (diff) | |
download | lua-language-server-f8f9b68d3e89e602bcfe80fa18b2f5cb0846e846.zip |
add locale
Diffstat (limited to 'doc/pt-br/config.md')
-rw-r--r-- | doc/pt-br/config.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/pt-br/config.md b/doc/pt-br/config.md index 34d7181e..80167203 100644 --- a/doc/pt-br/config.md +++ b/doc/pt-br/config.md @@ -510,7 +510,7 @@ string # hint.await -**Missing description!!** +If the called function is marked `---@async`, prompt `await` at the call. ## type @@ -628,7 +628,8 @@ integer # hover.expandAlias -**Missing description!!** +Whether to expand the alias. For example, expands `---@alias myType boolean|number` appears as `boolean|number`, otherwise it appears as `myType'. + ## type |