diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2025-04-12 19:40:01 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-12 19:40:01 -0700 |
| commit | ecb74c22b4a6c41162153f77e73d4ef645fedfa0 (patch) | |
| tree | af9ad45b7af4c1b3fa736a359832c86fb88743c3 /lsp/wasm_language_tools.lua | |
| parent | feat(typos-lsp): support pyproject.toml and Cargo.toml #3707 (diff) | |
| download | nvim-lspconfig-ecb74c22b4a6c41162153f77e73d4ef645fedfa0.tar nvim-lspconfig-ecb74c22b4a6c41162153f77e73d4ef645fedfa0.tar.gz nvim-lspconfig-ecb74c22b4a6c41162153f77e73d4ef645fedfa0.tar.bz2 nvim-lspconfig-ecb74c22b4a6c41162153f77e73d4ef645fedfa0.tar.lz nvim-lspconfig-ecb74c22b4a6c41162153f77e73d4ef645fedfa0.tar.xz nvim-lspconfig-ecb74c22b4a6c41162153f77e73d4ef645fedfa0.tar.zst nvim-lspconfig-ecb74c22b4a6c41162153f77e73d4ef645fedfa0.zip | |
fix(docs): docgen.lua reads from `lua/*.lua` #3708
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.
Diffstat (limited to 'lsp/wasm_language_tools.lua')
| -rw-r--r-- | lsp/wasm_language_tools.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lsp/wasm_language_tools.lua b/lsp/wasm_language_tools.lua index 03837bd7..6f253bef 100644 --- a/lsp/wasm_language_tools.lua +++ b/lsp/wasm_language_tools.lua @@ -1,6 +1,6 @@ ---@brief --- ----https://github.com/g-plane/wasm-language-tools +-- https://github.com/g-plane/wasm-language-tools -- -- WebAssembly Language Tools aims to provide and improve the editing experience of WebAssembly Text Format. -- It also provides an out-of-the-box formatter (a.k.a. pretty printer) for WebAssembly Text Format. |
