Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
linrongbin16 committed Jan 25, 2024
1 parent 82ab55e commit 95dbd44
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/GenericSchema.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,8 @@ We have below types of previewers:
```lua
--- @alias fzfx.CommandPreviewer fun(line:string?,context:fzfx.PipelineContext?):string?
--- @alias fzfx.ListPreviewer fun(line:string?,context:fzfx.PipelineContext?):string[]?
--- @alias fzfx.BuiltinFilePreviewer fun(line:string?,context:fzfx.PipelineContext?):{filename:string,lineno:integer?,column:integer?}?
--- @alias fzfx.BuiltinFilePreviewerResult {filename:string,lineno:integer?,column:integer?}
--- @alias fzfx.BuiltinFilePreviewer fun(line:string?,context:fzfx.PipelineContext?):fzfx.BuiltinFilePreviewerResult?
--- @alias fzfx.Previewer fzfx.CommandPreviewer|fzfx.ListPreviewer|fzfx.BuiltinFilePreviewer
---
--- @alias fzfx.PreviewerType "command"|"command_list"|"list"|"builtin_file"
Expand Down

0 comments on commit 95dbd44

Please sign in to comment.