mirror of
https://github.com/neovim/neovim
synced 2025-07-16 01:01:49 +00:00
fix: type fixes
Type fixes caught by emmylua
This commit is contained in:
committed by
Lewis Russell
parent
4c333fdbb7
commit
3b6084ddf4
@ -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'
|
||||
|
Reference in New Issue
Block a user