Skip to content

Commit 5e9c651

Browse files
committed
fix(docs): docgen.lua reads from lua/*.lua
Problem: Since configs now live in `lsp/`, the docgen needs to be updated. Solution: Read the configs from `lsp/`. Parse the `@brief` docstring to get the docs.
1 parent 81a570f commit 5e9c651

File tree

307 files changed

+3445
-5321
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

307 files changed

+3445
-5321
lines changed

doc/configs.md

Lines changed: 1374 additions & 2298 deletions

doc/configs.txt

Lines changed: 1705 additions & 2567 deletions
Large diffs are not rendered by default.

lsp/ada_ls.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ local util = require 'lspconfig.util'
22

33
---@brief
44
---
5-
---https://github.com/AdaCore/ada_language_server
5+
-- https://github.com/AdaCore/ada_language_server
66
--
77
-- Installation instructions can be found [here](https://github.com/AdaCore/ada_language_server#Install).
88
--

lsp/agda_ls.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ local util = require 'lspconfig.util'
22

33
---@brief
44
---
5-
---https://github.com/agda/agda-language-server
5+
-- https://github.com/agda/agda-language-server
66
--
77
-- Language Server for Agda.
88
return {

lsp/aiken.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---@brief
22
---
3-
---https://github.com/aiken-lang/aiken
3+
-- https://github.com/aiken-lang/aiken
44
--
55
-- A language server for Aiken Programming Language.
66
-- [Installation](https://aiken-lang.org/installation-instructions)

lsp/air.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---@brief
22
---
3-
---https://github.com/posit-dev/air
3+
-- https://github.com/posit-dev/air
44
--
55
-- Air is an R formatter and language server, written in Rust.
66
--

lsp/alloy_ls.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---@brief
22
---
3-
---https://github.com/AlloyTools/org.alloytools.alloy
3+
-- https://github.com/AlloyTools/org.alloytools.alloy
44
--
55
-- Alloy is a formal specification language for describing structures and a tool for exploring them.
66
--

lsp/anakin_language_server.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---@brief
22
---
3-
---https://pypi.org/project/anakin-language-server/
3+
-- https://pypi.org/project/anakin-language-server/
44
--
55
-- `anakin-language-server` is yet another Jedi Python language server.
66
--

lsp/ansiblels.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---@brief
22
---
3-
---https://github.com/ansible/vscode-ansible
3+
-- https://github.com/ansible/vscode-ansible
44
--
55
-- Language server for the ansible configuration management tool.
66
--

lsp/antlersls.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---@brief
22
---
3-
---https://www.npmjs.com/package/antlers-language-server
3+
-- https://www.npmjs.com/package/antlers-language-server
44
--
55
-- `antlersls` can be installed via `npm`:
66
-- ```sh

0 commit comments

Comments
 (0)