mirror of
https://github.com/neovim/neovim.git
synced 2026-02-20 10:28:33 +00:00
tree-sitter: fix lint, delete "demo" plugin (replaced by functional tests)
This commit is contained in:
@@ -50,7 +50,7 @@ local function create_parser(bufnr, ft, id)
|
||||
self:parse()
|
||||
-- TODO: use weakref to self, so that the parser is free'd is no plugin is
|
||||
-- using it.
|
||||
local function lines_cb(ev, ...)
|
||||
local function lines_cb(_, ...)
|
||||
return on_lines(self, ...)
|
||||
end
|
||||
local detach_cb = nil
|
||||
|
||||
Reference in New Issue
Block a user