aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/configs.md2
-rw-r--r--doc/configs.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/configs.md b/doc/configs.md
index c0857949..d3341b04 100644
--- a/doc/configs.md
+++ b/doc/configs.md
@@ -10314,7 +10314,7 @@ Default config:
```lua
{ "robot", "resource" }
```
-- `get_language_id`: [../lsp/robotcode.lua:8](../lsp/robotcode.lua#L8)
+- `get_language_id`: [../lsp/robotcode.lua:10](../lsp/robotcode.lua#L10)
- `root_markers` :
```lua
{ "robot.toml", "pyproject.toml", "Pipfile", ".git" }
diff --git a/doc/configs.txt b/doc/configs.txt
index 51383b94..373f76bd 100644
--- a/doc/configs.txt
+++ b/doc/configs.txt
@@ -7635,7 +7635,7 @@ Default config:
{ "robotcode", "language-server" }
- filetypes: >lua
{ "robot", "resource" }
-- get_language_id (use "gF" to view): ../lsp/robotcode.lua:8
+- get_language_id (use "gF" to view): ../lsp/robotcode.lua:10
- root_markers: >lua
{ "robot.toml", "pyproject.toml", "Pipfile", ".git" }
<