Skip to content

Commit cd43d10

Browse files
committed
只有beta版支持 runtime.special
1 parent 6b14eee commit cd43d10

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package/nls-zh-cn.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ return {
44
['config.awakened.cat'] = 'PLAY WITH ME >_<\n\n(这会启用还处于开发中的beta版,欢迎测试反馈!改变此选项需要重载窗口!)',
55
["config.runtime.version"] = "Lua运行版本。",
66
["config.runtime.path"] = "`package.path`",
7-
["config.runtime.special"] = [[将自定义全局变量视为一些特殊的内置变量,语言服务将提供特殊的支持。
7+
["config.runtime.special"] = [[`仅beta支持` 将自定义全局变量视为一些特殊的内置变量,语言服务将提供特殊的支持。
88
下面这个例子表示将 `include` 视为 `require` 。
99
]] .. example.special,
1010
["config.diagnostics.enable"] = "启用诊断。",

package/nls.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ return {
44
['config.awakened.cat'] = 'PLAY WITH ME >_<\n\n(This will enable the beta version which is still in development. Feedback is welcome! Reload the window after changing this option!)',
55
["config.runtime.version"] = "Lua runtime version.",
66
["config.runtime.path"] = "`package.path`",
7-
["config.runtime.special"] = "The custom global variables are regarded as some special built-in variables, and the language server will provide special support",
7+
["config.runtime.special"] = "`Only supported in beta` The custom global variables are regarded as some special built-in variables, and the language server will provide special support",
88
["config.diagnostics.enable"] = "Enable diagnostics.",
99
["config.diagnostics.disable"] = "Disabled diagnostic (Use code in hover brackets).\n" .. example.disable,
1010
["config.diagnostics.globals"] = "Defined global variables.\n" .. example.globals,

0 commit comments

Comments
 (0)