diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2018-12-30 19:19:59 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2018-12-30 19:19:59 +0800 |
commit | dfbdcbd3f01602307f49f1af098899264d0162e7 (patch) | |
tree | 423be756ec7460bd3fee58a101d92c9690da5788 /server/locale/en-US | |
parent | fadb6538eaadf65764f33a2fd3e14bb640b3af27 (diff) | |
download | lua-language-server-dfbdcbd3f01602307f49f1af098899264d0162e7.zip |
更新语法解析
Diffstat (limited to 'server/locale/en-US')
-rw-r--r-- | server/locale/en-US/script.lni | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/server/locale/en-US/script.lni b/server/locale/en-US/script.lni index c91d0994..604453df 100644 --- a/server/locale/en-US/script.lni +++ b/server/locale/en-US/script.lni @@ -15,7 +15,7 @@ MWS_COMPLETE = 'Workspace is complete now. You may try again...' PARSER_CRASH = 'Parser crashed! Last words:{}' PARSER_UNKNOWN = 'Unknown syntax error...' -PARSER_MISS_NAME = '<name> expected.' +PARSER_MISS_NAME = '<name> expected' PARSER_UNKNOWN_SYMBOL = 'Unexpected symbol `{symbol}`' PARSER_MISS_SYMBOL = 'Missed symbol `{symbol}`' PARSER_MISS_ESC_X = 'Should be 2 hexadecimal digits' @@ -25,5 +25,6 @@ PARSER_UTF8_MAX = 'Should between {min} and {max}' PARSER_ERR_ESC = 'Invalid escape sequence' PARSER_MUST_X16 = 'Should be hexadecimal digits' PARSER_MISS_EXPONENT = 'Missed digits for the exponent' +PARSER_MISS_EXP = '<exp> expected' SYMBOL_ANONYMOUS = '<Anonymous>' |