diff options
author | sumneko <sumneko@hotmail.com> | 2019-04-09 11:30:24 +0800 |
---|---|---|
committer | sumneko <sumneko@hotmail.com> | 2019-04-09 11:30:24 +0800 |
commit | 2dd91ba29a26b2b4fc7f07def2b3edbb962248d9 (patch) | |
tree | d7c477585176ea2360e516daa2804253eaa72cfc /server/locale/en-US/script.lni | |
parent | 41aec953bfa0f584ceb8de7c2f6203cb2075a215 (diff) | |
download | lua-language-server-2dd91ba29a26b2b4fc7f07def2b3edbb962248d9.zip |
支持模块中的诊断
Diffstat (limited to 'server/locale/en-US/script.lni')
-rw-r--r-- | server/locale/en-US/script.lni | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/locale/en-US/script.lni b/server/locale/en-US/script.lni index 1021c58c..354d981d 100644 --- a/server/locale/en-US/script.lni +++ b/server/locale/en-US/script.lni @@ -3,6 +3,7 @@ DIAG_LINE_POST_SPACE = 'Line with postspace.' DIAG_UNUSED_LOCAL = 'Unused local `{}`.' DIAG_UNDEF_GLOBAL = 'Undefined global `{}`.' DIAG_UNDEF_ENV_CHILD = 'Undefined variable `{}` (overloaded `_ENV` ).' +DIAG_UNDEF_FENV_CHILD = 'Undefined variable `{}` (inside module).' DIAG_UNUSED_LABEL = 'Unused label `{}`.' DIAG_REDEFINED_LOCAL = 'Redefined local `{}`.' DIAG_PREVIOUS_CALL = 'Parsed as function call for the previous line. It may be necessary to add a `;` before.' |