lint: fix typecheck errors
This commit is contained in:
parent
8d11a2abf3
commit
62c5683c2e
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ local M = {}
|
|||
---@field parsed_name nil|string
|
||||
---@field meta nil|table
|
||||
|
||||
---@alias oil.EntryType "file"|"directory"|"socket"|"link"|"fifo"
|
||||
---@alias oil.EntryType uv.aliases.fs_types
|
||||
---@alias oil.HlRange { [1]: string, [2]: integer, [3]: integer } A tuple of highlight group name, col_start, col_end
|
||||
---@alias oil.HlTuple { [1]: string, [2]: string } A tuple of text, highlight group
|
||||
---@alias oil.HlRangeTuple { [1]: string, [2]: oil.HlRange[] } A tuple of text, internal highlights
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue