Skip to content

Commit 11afeba

Browse files
docs: update configs.md
skip-checks: true
1 parent e6eb630 commit 11afeba

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

doc/configs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10314,7 +10314,7 @@ Default config:
1031410314
```lua
1031510315
{ "robot", "resource" }
1031610316
```
10317-
- `get_language_id`: [../lsp/robotcode.lua:8](../lsp/robotcode.lua#L8)
10317+
- `get_language_id`: [../lsp/robotcode.lua:10](../lsp/robotcode.lua#L10)
1031810318
- `root_markers` :
1031910319
```lua
1032010320
{ "robot.toml", "pyproject.toml", "Pipfile", ".git" }

doc/configs.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7635,7 +7635,7 @@ Default config:
76357635
{ "robotcode", "language-server" }
76367636
- filetypes: >lua
76377637
{ "robot", "resource" }
7638-
- get_language_id (use "gF" to view): ../lsp/robotcode.lua:8
7638+
- get_language_id (use "gF" to view): ../lsp/robotcode.lua:10
76397639
- root_markers: >lua
76407640
{ "robot.toml", "pyproject.toml", "Pipfile", ".git" }
76417641
<

0 commit comments

Comments
 (0)