summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/en-us/config.md23
-rw-r--r--doc/pt-br/config.md23
-rw-r--r--doc/zh-cn/config.md23
-rw-r--r--doc/zh-tw/config.md23
4 files changed, 16 insertions, 76 deletions
diff --git a/doc/en-us/config.md b/doc/en-us/config.md
index b20e8bce..2d519824 100644
--- a/doc/en-us/config.md
+++ b/doc/en-us/config.md
@@ -288,6 +288,7 @@ Array<string>
* ``"missing-return-value"``
* ``"need-check-nil"``
* ``"need-paren"``
+* ``"nesting-long-mark"``
* ``"newfield-call"``
* ``"newline-call"``
* ``"no-unknown"``
@@ -1577,7 +1578,7 @@ string
# misc.parameters
-[Command line parameters](https://github.com/sumneko/lua-telemetry-server/tree/master/method) when starting the language server in VSCode.
+[Command line parameters](https://github.com/LuaLS/lua-telemetry-server/tree/master/method) when starting the language server in VSCode.
## type
@@ -1752,7 +1753,7 @@ false
# runtime.plugin
-Plugin path. Please read [wiki](https://github.com/sumneko/lua-language-server/wiki/Plugins) to learn more.
+Plugin path. Please read [wiki](https://github.com/LuaLS/lua-language-server/wiki/Plugins) to learn more.
## type
@@ -2160,22 +2161,6 @@ integer
500
```
-# workspace.supportScheme
-
-Provide language server for the Lua files of the following scheme.
-
-## type
-
-```ts
-Array<string>
-```
-
-## default
-
-```jsonc
-["file","untitled","git"]
-```
-
# workspace.useGitIgnore
Ignore files list in `.gitignore` .
@@ -2194,7 +2179,7 @@ true
# 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)
+Add private third-party library configuration file paths here, please refer to the built-in [configuration file path](https://github.com/LuaLS/lua-language-server/tree/master/meta/3rd)
## type
diff --git a/doc/pt-br/config.md b/doc/pt-br/config.md
index 5365f204..24cf8d3b 100644
--- a/doc/pt-br/config.md
+++ b/doc/pt-br/config.md
@@ -288,6 +288,7 @@ Array<string>
* ``"missing-return-value"``
* ``"need-check-nil"``
* ``"need-paren"``
+* ``"nesting-long-mark"``
* ``"newfield-call"``
* ``"newline-call"``
* ``"no-unknown"``
@@ -1577,7 +1578,7 @@ string
# misc.parameters
-[Command line parameters](https://github.com/sumneko/lua-telemetry-server/tree/master/method) when starting the language service in VSCode.
+[Command line parameters](https://github.com/LuaLS/lua-telemetry-server/tree/master/method) when starting the language service in VSCode.
## type
@@ -1752,7 +1753,7 @@ false
# runtime.plugin
-Plugin path. Please read [wiki](https://github.com/sumneko/lua-language-server/wiki/Plugins) to learn more.
+Plugin path. Please read [wiki](https://github.com/LuaLS/lua-language-server/wiki/Plugins) to learn more.
## type
@@ -2160,22 +2161,6 @@ integer
500
```
-# workspace.supportScheme
-
-Provide language server for the Lua files of the following scheme.
-
-## type
-
-```ts
-Array<string>
-```
-
-## default
-
-```jsonc
-["file","untitled","git"]
-```
-
# workspace.useGitIgnore
Ignore files list in `.gitignore` .
@@ -2194,7 +2179,7 @@ true
# 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)
+Add private third-party library configuration file paths here, please refer to the built-in [configuration file path](https://github.com/LuaLS/lua-language-server/tree/master/meta/3rd)
## type
diff --git a/doc/zh-cn/config.md b/doc/zh-cn/config.md
index 1516f4b0..991932b6 100644
--- a/doc/zh-cn/config.md
+++ b/doc/zh-cn/config.md
@@ -288,6 +288,7 @@ Array<string>
* ``"missing-return-value"``
* ``"need-check-nil"``
* ``"need-paren"``
+* ``"nesting-long-mark"``
* ``"newfield-call"``
* ``"newline-call"``
* ``"no-unknown"``
@@ -1576,7 +1577,7 @@ string
# misc.parameters
-VSCode中启动语言服务时的[命令行参数](https://github.com/sumneko/lua-language-server/wiki/Getting-Started#arguments)。
+VSCode中启动语言服务时的[命令行参数](https://github.com/LuaLS/lua-language-server/wiki/Getting-Started#arguments)。
## type
@@ -1751,7 +1752,7 @@ false
# runtime.plugin
-插件路径,请查阅[文档](https://github.com/sumneko/lua-language-server/wiki/Plugins)了解用法。
+插件路径,请查阅[文档](https://github.com/LuaLS/lua-language-server/wiki/Plugins)了解用法。
## type
@@ -2159,22 +2160,6 @@ integer
500
```
-# workspace.supportScheme
-
-为以下 scheme 的lua文件提供语言服务。
-
-## type
-
-```ts
-Array<string>
-```
-
-## default
-
-```jsonc
-["file","untitled","git"]
-```
-
# workspace.useGitIgnore
忽略 `.gitignore` 中列举的文件。
@@ -2193,7 +2178,7 @@ true
# workspace.userThirdParty
-在这里添加私有的第三方库适配文件路径,请参考内置的[配置文件路径](https://github.com/sumneko/lua-language-server/tree/master/meta/3rd)
+在这里添加私有的第三方库适配文件路径,请参考内置的[配置文件路径](https://github.com/LuaLS/lua-language-server/tree/master/meta/3rd)
## type
diff --git a/doc/zh-tw/config.md b/doc/zh-tw/config.md
index ea550ed1..83cef315 100644
--- a/doc/zh-tw/config.md
+++ b/doc/zh-tw/config.md
@@ -288,6 +288,7 @@ Array<string>
* ``"missing-return-value"``
* ``"need-check-nil"``
* ``"need-paren"``
+* ``"nesting-long-mark"``
* ``"newfield-call"``
* ``"newline-call"``
* ``"no-unknown"``
@@ -1576,7 +1577,7 @@ string
# misc.parameters
-VSCode中啟動語言伺服時的[命令列參數](https://github.com/sumneko/lua-language-server/wiki/Getting-Started#arguments)。
+VSCode中啟動語言伺服時的[命令列參數](https://github.com/LuaLS/lua-language-server/wiki/Getting-Started#arguments)。
## type
@@ -1751,7 +1752,7 @@ false
# runtime.plugin
-延伸模組路徑,請查閱[文件](https://github.com/sumneko/lua-language-server/wiki/Plugins)瞭解用法。
+延伸模組路徑,請查閱[文件](https://github.com/LuaLS/lua-language-server/wiki/Plugins)瞭解用法。
## type
@@ -2159,22 +2160,6 @@ integer
500
```
-# workspace.supportScheme
-
-為以下 `scheme` 的lua檔案提供語言伺服。
-
-## type
-
-```ts
-Array<string>
-```
-
-## default
-
-```jsonc
-["file","untitled","git"]
-```
-
# workspace.useGitIgnore
忽略 `.gitignore` 中列舉的檔案。
@@ -2193,7 +2178,7 @@ true
# workspace.userThirdParty
-在這裡添加私有的第三方庫適應檔案路徑,請參考內建的[組態檔案路徑](https://github.com/sumneko/lua-language-server/tree/master/meta/3rd)
+在這裡添加私有的第三方庫適應檔案路徑,請參考內建的[組態檔案路徑](https://github.com/LuaLS/lua-language-server/tree/master/meta/3rd)
## type