mirror of
https://github.com/neovim/neovim.git
synced 2026-04-20 22:35:33 +00:00
fix: resolve all remaining LuaLS diagnostics
This commit is contained in:
committed by
Lewis Russell
parent
83479b95ab
commit
6aa42e8f92
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user