diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2019-04-26 23:46:21 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2019-04-26 23:46:21 +0800 |
commit | eceab6beeb4edad3524a08d323d04ea906d99498 (patch) | |
tree | 11a72179e7015b06469d0eb4dbd59b3bac3d5be8 /server/publish.lua | |
parent | 2dab5831c71d89defe5c2c023c6a43724f57660e (diff) | |
download | lua-language-server-eceab6beeb4edad3524a08d323d04ea906d99498.zip |
藏得好深
Diffstat (limited to 'server/publish.lua')
-rw-r--r-- | server/publish.lua | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/server/publish.lua b/server/publish.lua index b08378f8..a2877dc4 100644 --- a/server/publish.lua +++ b/server/publish.lua @@ -138,12 +138,13 @@ local count = copyFiles(EXTENSION , out) { ['images'] = { ['logo.png'] = true, }, - ['locale'] = true, - ['syntaxes'] = true, - ['package-lock.json'] = true, - ['package.json'] = true, - ['README.md'] = true, - ['tsconfig.json'] = true, + ['syntaxes'] = true, + ['package-lock.json'] = true, + ['package.json'] = true, + ['README.md'] = true, + ['tsconfig.json'] = true, + ['package.nls.json'] = true, + ['package.nls.zh-cn.json'] = true, } print(('复制了[%d]个文件'):format(count)) |