chore(build): auto-generate docs

This commit is contained in:
folke 2025-10-22 09:26:58 +00:00 committed by github-actions[bot]
parent 2b9d52258d
commit ee2314d671
2 changed files with 2 additions and 0 deletions

View file

@ -1922,6 +1922,7 @@ LSP document symbols
>lua
---@class snacks.picker.lsp.symbols.Config: snacks.picker.Config
---@field tree? boolean show symbol tree
---@field keep_parents? boolean keep parent symbols when filtering
---@field filter table<string, string[]|boolean>? symbol kind filter
---@field workspace? boolean show workspace symbols
{

View file

@ -1680,6 +1680,7 @@ LSP document symbols
```lua
---@class snacks.picker.lsp.symbols.Config: snacks.picker.Config
---@field tree? boolean show symbol tree
---@field keep_parents? boolean keep parent symbols when filtering
---@field filter table<string, string[]|boolean>? symbol kind filter
---@field workspace? boolean show workspace symbols
{