Skip to content

Commit fe39274

Browse files
committed
fix description of checkThirdParty
1 parent b6c95bf commit fe39274

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

package/nls-zh-cn.lua

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,10 @@ return {
3636
]],
3737
['config.workspace.checkThirdParty'] = [[
3838
自动检测与适配第三方库,目前支持的库为:
39-
* OpenResty
40-
* Cocos4.0
41-
* Jass
39+
40+
* OpenResty
41+
* Cocos4.0
42+
* Jass
4243
]],
4344
['config.completion.enable'] = '启用自动完成。',
4445
['config.completion.callSnippet'] = '显示函数调用片段。',

package/nls.lua

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,10 @@ The language service will additionally load the lua files in these directories,
3636
]],
3737
['config.workspace.checkThirdParty'] = [[
3838
Automatic detection and adaptation of third-party libraries, currently supported libraries are:
39-
* OpenResty
40-
* Cocos4.0
41-
* Jass
39+
40+
* OpenResty
41+
* Cocos4.0
42+
* Jass
4243
]],
4344
['config.completion.enable'] = 'Enable completion.',
4445
['config.completion.callSnippet'] = 'Shows function call snippets.',

0 commit comments

Comments
 (0)