diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2018-12-28 17:37:35 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2018-12-28 17:37:35 +0800 |
commit | 777eecd9e4dfd17395590d72f8312b53831c0e67 (patch) | |
tree | d420a18ad6ce744abcb8cbaa2b4e1fe702cbdffa /server/locale/en-US | |
parent | 023a8085524b1b6368722fd0b0485132c9dfb725 (diff) | |
download | lua-language-server-777eecd9e4dfd17395590d72f8312b53831c0e67.zip |
前端不接受空字符串
Diffstat (limited to 'server/locale/en-US')
-rw-r--r-- | server/locale/en-US/script.lni | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/server/locale/en-US/script.lni b/server/locale/en-US/script.lni index 42bb683a..2ed02fd6 100644 --- a/server/locale/en-US/script.lni +++ b/server/locale/en-US/script.lni @@ -15,3 +15,5 @@ MWS_COMPLETE = 'Workspace is complete now. You may try again...' PARSER_CRASH = 'Parser crashed! Last words:{}' PARSER_IN_DEVELOPMENT = 'Syntax check is still in TODO...' + +SYMBOL_ANONYMOUS = '<Anonymous>' |