summaryrefslogtreecommitdiff
path: root/locale/en-us/setting.lua
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2022-05-24 19:22:31 +0800
committer最萌小汐 <sumneko@hotmail.com>2022-05-24 19:22:31 +0800
commit8adbf27feae1ab46e5ffb758f521aaf62bef9c25 (patch)
treed67a407be914c3462ba229870aaef6d0551a1087 /locale/en-us/setting.lua
parent8b57fe8867cf2a82025b8c0b18305ea24b063f4f (diff)
downloadlua-language-server-8adbf27feae1ab46e5ffb758f521aaf62bef9c25.zip
update locale
Diffstat (limited to 'locale/en-us/setting.lua')
-rw-r--r--locale/en-us/setting.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/locale/en-us/setting.lua b/locale/en-us/setting.lua
index 4f9bf18a..adb5579f 100644
--- a/locale/en-us/setting.lua
+++ b/locale/en-us/setting.lua
@@ -64,6 +64,8 @@ config.diagnostics.files.Opened =
"Only when these files are opened will it be diagnosed."
config.diagnostics.files.Disable =
"These files are not diagnosed."
+config.diagnostics.disableScheme =
+'Do not diagnose Lua files that use the following scheme.'
config.workspace.ignoreDir =
"Ignored files and directories (Use `.gitignore` grammar)."-- .. example.ignoreDir,
config.workspace.ignoreSubmodules =
@@ -89,6 +91,8 @@ Automatic detection and adaptation of third-party libraries, currently supported
]]
config.workspace.userThirdParty =
'Add private third-party library configuration file paths here, please refer to the built-in [configuration file path](https://github.com/sumneko/lua-language-server/tree/master/meta/3rd)'
+config.workspace.supportScheme =
+'Provide language server for the Lua files of the following scheme.'
config.completion.enable =
'Enable completion.'
config.completion.callSnippet =