chore(build): auto-generate docs

This commit is contained in:
folke 2025-01-19 11:01:47 +00:00 committed by github-actions[bot]
parent ece76b333a
commit 8e93c16903

View file

@ -65,6 +65,7 @@ Snacks.win({
---@field b? table<string, any> buffer local variables
---@field w? table<string, any> window local variables
---@field ft? string filetype to use for treesitter/syntax highlighting. Won't override existing filetype
---@field scratch_ft? string filetype to use for scratch buffers
---@field keys? table<string, false|string|fun(self: snacks.win)|snacks.win.Keys> Key mappings
---@field on_buf? fun(self: snacks.win) Callback after opening the buffer
---@field on_win? fun(self: snacks.win) Callback after opening the window