lint: fix typecheck errors

This commit is contained in:
Steven Arcangeli 2025-01-22 08:54:47 -08:00
parent 8d11a2abf3
commit 62c5683c2e

View file

@ -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