mirror of
https://github.com/neovim/neovim.git
synced 2025-12-15 19:05:40 +00:00
fix: resolve all remaining LuaLS diagnostics
This commit is contained in:
committed by
Lewis Russell
parent
83479b95ab
commit
6aa42e8f92
@@ -53,6 +53,7 @@ function M.to_lpeg(pattern)
|
||||
end
|
||||
-- luacheck: pop
|
||||
|
||||
--- @diagnostic disable-next-line: missing-fields
|
||||
local p = P({
|
||||
'Pattern',
|
||||
Pattern = V('Elem') ^ -1 * V('End'),
|
||||
|
||||
Reference in New Issue
Block a user