fix: type fixes

Type fixes caught by emmylua
This commit is contained in:
Lewis Russell
2025-06-05 11:31:51 +01:00
committed by Lewis Russell
parent 4c333fdbb7
commit 3b6084ddf4
51 changed files with 421 additions and 355 deletions

View File

@ -49,7 +49,10 @@ local hrtime = vim.uv.hrtime
local default_parse_timeout_ns = 3 * 1000000
---@type Range2
local entire_document_range = { 0, math.huge }
local entire_document_range = {
0,
math.huge --[[@as integer]],
}
---@alias TSCallbackName
---| 'changedtree'