Skip to content

Commit bd7a4ef

Browse files
committed
update description
1 parent b414178 commit bd7a4ef

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
@@ -38,7 +38,7 @@ return {
3838
['config.completion.displayContext'] = "预览建议的相关代码片段,可能可以帮助你了解这项建议的用法。设置的数字表示代码片段的截取行数,设置为`0`可以禁用此功能。",
3939
['config.completion.workspaceWord'] = "显示工作区范围内的单词",
4040
['config.color.mode'] = "着色模式。",
41-
['config.color.mode.Semantic'] = "语义着色(测试中。你的颜色主题必须要支持语义着色才有效。)",
41+
['config.color.mode.Semantic'] = "语义着色。你的颜色主题必须要支持语义着色才有效。",
4242
['config.color.mode.Grammar'] = "语法着色。",
4343
['config.signatureHelp.enable'] = "启用参数提示。",
4444
['config.hover.enable'] = "启用悬停提示。",

package/nls.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ This feature can load external Lua files, which can be used for definition, auto
3838
['config.completion.displayContext'] = "Previewing the relevant code snippet of the suggestion may help you understand the usage of the suggestion. The number set indicates the number of intercepted lines in the code fragment. If it is set to `0`, this feature can be disabled.",
3939
['config.completion.workspaceWord'] = "Shows words within the workspace.",
4040
['config.color.mode'] = "Color mode.",
41-
['config.color.mode.Semantic'] = "Semantic color (Testing. Your color theme must support semantic coloring to be effective.).",
41+
['config.color.mode.Semantic'] = "Semantic color. Your color theme must support semantic coloring to be effective.",
4242
['config.color.mode.Grammar'] = "Grammar color.",
4343
['config.signatureHelp.enable'] = "Enable signature help.",
4444
['config.hover.enable'] = "Enable hover.",

0 commit comments

Comments
 (0)