fix: resolve all remaining LuaLS diagnostics

This commit is contained in:
Lewis Russell
2025-01-24 13:01:25 +00:00
committed by Lewis Russell
parent 83479b95ab
commit 6aa42e8f92
41 changed files with 177 additions and 104 deletions

View File

@@ -20,9 +20,15 @@ error('Cannot require a meta file')
---@class (exact) TSQueryInfo
---@field captures string[]
---@field patterns table<integer, (integer|string)[][]>
---
---@class TSLangInfo
---@field fields string[]
---@field symbols table<string,boolean>
---@field _wasm boolean
---@field _abi_version integer
--- @param lang string
--- @return table
--- @return TSLangInfo
vim._ts_inspect_language = function(lang) end
---@return integer