fix(lua): bunch of typing

This commit is contained in:
Barrett Ruth 2025-10-02 14:18:26 -04:00
parent 057b0890c2
commit 1974addbd2
10 changed files with 79 additions and 75 deletions

View file

@ -1,6 +1,6 @@
---@class AnsiParseResult
---@field lines string[]
---@field highlights table[]
---@field highlights any[]
local M = {}